Closed GoogleCodeExporter closed 8 years ago
Can you capture a screenshot and mail me <zhb@ iredmail.org> to help me
understand this issue?
Original comment by michaelb...@gmail.com
on 19 Aug 2011 at 1:34
Thanks very much for your feedback, detailed description and screenshots, it
helps a lot.
Short answer, it works as designed.
It returns 50 entries in one page, e.g. Page 1, when viewing page 2, it queries
SQL database to get another 50 entries with SQL command like below:
SELECT * FROM table_name WHERE xxx LIMIT 50 OFFSET 51
The key is 'OFFSET 51'.
jQuery just sorts returned entries, not re-query SQL to get 50 entries with
command 'ORDER BY spam_level', so it cannot work as you expect with current
design. Sorry.
Original comment by michaelb...@gmail.com
on 19 Aug 2011 at 2:38
Original issue reported on code.google.com by
msjwoz...@gmail.com
on 19 Aug 2011 at 12:51