Add the Start Index parameter to local storage aggregates
516
Views
3
Comments
New
Aggregates & Queries

It would be helpful to have the Start Index parameter in the local storage aggregates as well. 

Right now it is only available for the server aggregates, meaning that if we want to implement the pagination functionality for local entities, we need to iterate through the list to make it work, which is not ideal.

The standard pattern for mobile is the OnScrollEnding action, but for a tablet focused app, that pattern may not be the best fit. For tablets, it's also common to use the table widget, which doesn't have the OnScrollEnding functionality enabled, making the pagination the best alternative.

Changed the category to
Aggregates & Queries

This idea would be very useful.

Is there any update or planned implementation on this topic?

We're actually facing the same OP scenario and it would be really helpful for us to be able to manage pagination on local storage aggregates.

I would love that too... please consider it.