$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]
Please login to continue.