"-6ren">
gpt4 book ai didi

gridview - 如何给在 yii2 gridview 中创建的下拉框占位符

转载 作者:行者123 更新时间:2023-12-01 12:16:19 25 4
gpt4 key购买 nike

我在搜索框中的 yii2 gridview 中创建了一个下拉列表作为

[
'attribute'=>'attribute name',
'filter'=>array("ID1"=>"Name1","ID2"=>"Name2"),
],

我尝试了很多方法来提供占位符但不能...那么如何添加占位符呢??

最佳答案

使用filterInputOptions

[
'attribute'=>'attribute name',
'filter'=>array("ID1"=>"Name1","ID2"=>"Name2"),
'filterInputOptions' => [
'class' => 'form-control',
'prompt' => 'Select Option'
],
],

关于gridview - 如何给在 yii2 gridview 中创建的下拉框占位符,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/47920671/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com