I am trying to make a dropdown list in the search box of a GridView::widget
, Yii2 for searching related data. So, how can I create a simple dropdown list in the search box of GridView::widget
, Yii2 framework?
Thanks.
I am trying to make a dropdown list in the search box of a GridView::widget
, Yii2 for searching related data. So, how can I create a simple dropdown list in the search box of GridView::widget
, Yii2 framework?
Thanks.
Add this in Gridview columns array:
Change values according to your attributes.
You can also use below code
OR