Where can I find some information on how to build a table with paginated data with total pages, index, first page, last page, etc?
brad
April 12, 2022, 12:09am
2
Hi Guilherme,
I don’t know of any specific documentation but you can use the table and paging generators. They are very easy to use. You will also want to be sure you used ‘paged query’ when you do you server connect action to get your data.
Thanks for your help.
How can I set and use Offset parameter and state manager ?
brad
April 12, 2022, 12:25am
4
You don’t really need to use offset and state with the paging generator. Maybe I don’t quite understand what you are trying to achieve?
Maybe this one will help you.
You can add paging to your dynamic data, using the paging generator included in Wappler. First, you need to create a server action: And add a name for it. We call it - records_paged: Right click steps: Open Database Actions: Add Database Connection:...
yes it will help me a lot, thanks Brad.