-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Performance: Evaluate options to make the table/view row listing paginated #941
Comments
TablesFor tables there are already endpoints on the Api1 Controller that support pagination:
It seems to be unused by the frontend though, there ViewsThe same is acutally valid for Views. The Api1 Controller supports pagination:
but ConclusioIf the frontend cannot use the routes of Ap1Controller, we can easily add the optional arguments as the same service methods are being used.. |
Related: #1490 |
We need to get an overview how complex adding pagination for row results from tables/views is, given that views are filtered on the backend.
The text was updated successfully, but these errors were encountered: