When using CGridView, filter input fields are automatically generated by the component.
I want to choose which columns the input field will display. For example: My model has 5 columns. I want CGridView to show an input filter ONLY for columns 1 and 2.
Is there a way to do this without using CSS or jQuery by simply adding some code to the CGridView options?
Flavio
source share