ho una GridView con il filter abilitato su tutti i campi,
come faccio a togliere il primo filter, ovvero non visualizzare
la prima
<input name="Incaricati[id_responsabili]" type="text" />
thanks.
Posted 09 June 2011 - 05:11 PM
<input name="Incaricati[id_responsabili]" type="text" />
Posted 10 June 2011 - 02:23 AM
... array( 'name'=>'username', 'value'=>'$data->username', 'filter'=>false, ), ...
Posted 10 June 2011 - 04:14 AM
mdomba, on 10 June 2011 - 02:23 AM, said:
... array( 'name'=>'username', 'value'=>'$data->username', 'filter'=>false, ), ...
Posted 10 June 2011 - 04:47 AM
Posted 10 June 2011 - 05:03 AM
sensorario, on 10 June 2011 - 04:47 AM, said:
Posted 10 June 2011 - 05:32 AM
sensorario, on 10 June 2011 - 04:47 AM, said: