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

javascript - Knockout pushing observable and computed data to an observable array -

'hasOwnProperty' in javascript -

sitecore - Resolve ISitecoreService using SimpleInjector -