Closed GoogleCodeExporter closed 8 years ago
What about pager: pages, total?
I see a complete disruption.
Original comment by ymkin....@gmail.com
on 2 Jul 2011 at 9:42
Ahh, I see your point.
In my case I didn't have to deal with pagination, since all my data fits fine
on a single table. Is there a better alternative to what I'm doing, aside from
keeping all data in a separate array or object and displaying chunks of it at a
time with flexAddData?
Original comment by smartin...@gmail.com
on 2 Jul 2011 at 1:24
Let's look at the specifics of accumulate data on server or client side.
When table grows up the pager is very useful. Pager is a key flexigrid feature.
Data accumulation on the client side raises many questions such as:
What to do when a network error?
I would prefer the data accumulation on the server side.
If it does not bother you, store data in a variable, check the onSubmit to not
lose the accumulated data.
I close this issue. Good luck!
Original comment by ymkin....@gmail.com
on 4 Jul 2011 at 3:27
Original issue reported on code.google.com by
smartin...@gmail.com
on 26 Jun 2011 at 3:47Attachments: