Hello I was wondering if anyone can tell me how I can create a numerical list of pages to use with my pagination
I have a db query that selects alphabetically based on the title and would like to create a numerical index of the pages to link to. Currently I am using web2py_utils for pagination and it displays 10 per page pagination shouldn't matter cause it will just cycle through every entry. I was thinking more of how google does it in there search they display 1 2 3 4 5 6 up to 10 pages until you select 10 then it displays 11 12 13 etc :-) *cheers and ty for any help :-) --