Client side filtering in CGridView

Hi All,

Is it possible to filter CGridView column data in client side itself without going to server again as I have all data in that page. JQuery datatable has this feature.

Can we do the same in CGridView

It is possible for sure… but this is not part of Yii or CGridView… you need to write your jQuery code for this functionality…