Passing items from CGridView to another view in Yii -


i have view cgridview has filtering. i'd pass items cgridview (or ids) view (of same controller) they'll processed.

i've found this post exporting data, there's jquery selector, guess should pass ids action in controller. how done?

you can try using bulk actions of tbextendedgridview in yiibooster http://yiibooster.clevertech.biz/extended-grid.html#extendedgridview

i'm using project well.


Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -