Hello
I’m trying to use https://docs.wappler.io/t/applying-dynamic-paging/2865 to create pagination list but I can’t look how I can set offset in the help page.
Isn’t something missing from the help?
Hello
I’m trying to use https://docs.wappler.io/t/applying-dynamic-paging/2865 to create pagination list but I can’t look how I can set offset in the help page.
Isn’t something missing from the help?
When you created the Query Manager, you also created the Query Parameters as in
In this example, I also have two extra parameters for sorting the tables. If you do not have the sorting, then you would have a sole parameter called offset
.
In the properties panel for the data source, click the dynamic icon for offset
and choose query.offset
This will populate the offset
field. The number of data records shown in a page is determined by the value in the limit
field.
I hope this makes sense, Oh! You are right, this is not obvious from the tutorial (@Teodor).
I could do, thanks.