I was wondering... pagination is a very common task on webpages, is there a reason why it isn't included in web2py (and requires a plugin or hardcoding)?
Thanks! On Dec 22, 12:00 am, Omi Chiba <[email protected]> wrote: > You can also use the plugin.http://dev.s-cubism.com/plugin_paginator > > I use both SQLFORM.grid and this plugin depending on if the id filed > is available on the table. > > On Dec 21, 9:39 am, thodoris <[email protected]> wrote: > > > > > > > > > I have a query that returns many (45) results and i want to l present > > 10 rows per page and have links at the bottom with the page numbers > > (1,2,3,4,5 and maybe a button next or previews). How can i implement > > this in web2py? > > > Thnx

