grid\DataColumn $filterInputOptions

$filterInputOptions public property

The HTML attributes for the filter input fields. This property is used in combination with the $filter property. When $filter is not set or is an array, this property will be used to render the HTML attributes for the generated filter input fields.

See also yii\helpers\Html::renderTagAttributes() for details on how attributes are being rendered.

public array $filterInputOptions = ['class' => 'form-control', 'id' => null]
doc_Yii
2016-10-30 17:04:08
Comments
Leave a Comment

Please login to continue.