You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 8, 2021. It is now read-only.
Build-In module feature for REST API Pagination or a documentation reference
Is your feature request related to a problem? Please describe
Some backend requests take long to process because of large data sets to return results.
So i was looking to cache the results, or create a pagination structure.
Describe the solution you'd like
Question is, how or what is the best solution in Polaris to do pagination? Or is there a solution or documentation available?
Describe alternatives you've considered
Tried to cache the result. Problem is, keep the cache consistent.