limit and offset to limit the data retrieve from server side

0
Hi  We have a situation where we need to retrieve data from server side based on the pagination rather than retrieve all the data and do the pagination in client side. That  means dynamically we should be able to increase or decrease the offset when navigating through pagination arrow back and forth and send it to server side so that we can make sure it retrieve only the data within this range.   Thanks
asked
2 answers
0

Then create an entity where you store the limits and offset and do retrievals on those values. When navigating you can then influance those values.

Regards,

Ronald

 

answered
0

See App https://appstore.home.mendix.com/link/app/105694/ Try it out and leave a comment at the App.

answered