On Wednesday, October 9, 2013 11:05:47 AM UTC-7, Massimo Di Pierro wrote: > > Should'd grid elements be ordered to allow pagination? >
Yes, if you are going to scroll through a window of results, your rows 10 - 20 can change depending on the order returned by the database. If you don't specify an order by clause, you're only lucky if you order stays the same between database calls. You may be lucky 99% of the time, but that 1% of the time your order is changed by the database (because you didn't tell it you wanted a specific order) your paging will screw up. -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to web2py+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.