How to change the result when clicking one of the filter of CGridView of Yii 1.x? -


how change behavior of 1 of filters in cgridview of yii 1.x ?

let's example have 5 filters in header

e.g name, age, sex, status, email 

if click status filter, want return results of datas doesn't have empty or null status in db.. how ?..i believe search filter calling model->search() , correct? how?


Comments

Popular posts from this blog

'hasOwnProperty' in javascript -

python - ValueError: No axis named 1 for object type <class 'pandas.core.series.Series'> -

java - How to provide dependency injections in Eclipse RCP 3.x? -