ajax - Yii CGridView pagination -
i'm using carraydataprovider (which customized query i've created) returns results (over 1000) database.
i'm using results in view when i'm using pagination it's going controller query.
my question is: there way move on the next set of results (already part of result array) without going controller , model again.
*my controller has advanced function requires variables , parameters dont have in view when trying use standard ajax request next page.
thanks, danny
my question is: there way move on the next set of results (already part of result array) without going controller , model again
then answer no if using cgridview's pagination. in situation, have make pagination instead. have selected of records, , manipulate them on client side, don't need pagination of cgridview @ all.
pushing of records page on first load not idea, maybe requirement has asked, that.