mirror of
https://github.com/yiisoft/yii2.git
synced 2025-08-14 14:28:27 +08:00
Update DataColumn.php (#11724) [skip ci]
This commit is contained in:

committed by
Alexander Makarov

parent
662f86acb5
commit
8e34f9f45d
@ -91,7 +91,7 @@ class DataColumn extends Column
|
||||
*/
|
||||
public $sortLinkOptions = [];
|
||||
/**
|
||||
* @var string|array|boolean the HTML code representing a filter input (e.g. a text field, a dropdown list)
|
||||
* @var string|array|null|false the HTML code representing a filter input (e.g. a text field, a dropdown list)
|
||||
* that is used for this data column. This property is effective only when [[GridView::filterModel]] is set.
|
||||
*
|
||||
* - If this property is not set, a text field will be generated as the filter input;
|
||||
|
Reference in New Issue
Block a user