On Sep 8, 3:00 pm, vvk <varunk.ap...@gmail.com> wrote:
> My form has 100 entries. How to output only the first ten entries in
> one page and make the rest appear as links ? ( like 11-20, 21-30... )
>         Like in google search, Results are shown as 10 results per
> page and remaining results are shown as 1,2,3,4,5. How to do it in
> web2py ?

As well as the server-side filtering option which Massimo suggests,
you can do it client-side in JavaScript.
This is highly recommended: http://www.datatables.net/

F
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To post to this group, send email to web2py@googlegroups.com
To unsubscribe from this group, send email to 
web2py+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to