08-22-2008, 11:14 AM
[eluser]Treb[/eluser]
Hi there,
First of all: great tool!
I've implemented a backend application to manage 7000+ entries. When loading (unfiltered) all entries are streamed to the browser and after that they are paginated. This takes a very long time.
Is there a way to do queries per page like in sql SELECT * FROM table LIMIT 0,100 ?
Thanks.
Bert
Hi there,
First of all: great tool!
I've implemented a backend application to manage 7000+ entries. When loading (unfiltered) all entries are streamed to the browser and after that they are paginated. This takes a very long time.
Is there a way to do queries per page like in sql SELECT * FROM table LIMIT 0,100 ?
Thanks.
Bert