Nino V - 2011-11-21 17:48:52
Hi,
I have a big table to show allowing the user to sort the data on every column.
The problem is that every time the pagination code has to execute the query which takes very long. Is there a method to avoid that? I mean, is it possible to execute the query only the first time and putting the result in array, for example, to paginate (and sort) the array?
I hope the explaination is enough clear!
Thanks a lot,
Nino