The easiest way is probably using SQLFORM.grid: http://web2py.com/books/default/chapter/29/7#SQLFORM.grid-and-SQLFORM.smartgrid-(experimental).
Otherwise, you can handle the pagination manually -- here's an example: http://web2py.com/books/default/chapter/29/14#Pagination (note, it doesn't provide all the page links, which would require an additional query to get the total result count). Anthony On Wednesday, December 21, 2011 10:39:14 AM UTC-5, thodoris 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

