我可以禁用过滤器文字吗?

时间:2016-08-10 10:35:58

标签: gridview filter yii2

我想禁用过滤器选项。

喜欢这张图片: enter image description here

1 个答案:

答案 0 :(得分:2)

使用filterInputOptions

[
  'attribute' => 'name',
  'value' => 'value',
  'filterInputOptions' => ['disabled' => true]
],