I have a table that is holding information on contacts. There is a boolean to indicate the type of contact. I am using a CGridView to display the information on the controller index page.
Problems:
-
Of the columns only one (company_name) needs to searched. I would like to hide/not show, all of the filter boxes at the top of the grid. Set ‘filter’=>null is not an option, see below.
-
I have tried to reproduce the advance search code from the default admin.php page. I am getting the Java busy icon, but no results. Both with ‘filter’=>$model and 'filter=>null.
-
I would like to use a namedScope in display/search criteria.