Skip to content
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

Items: Make datatables paginated #380

Open
SchoolGuy opened this issue Nov 16, 2024 · 0 comments
Open

Items: Make datatables paginated #380

SchoolGuy opened this issue Nov 16, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@SchoolGuy
Copy link
Member

Is your feature request related to a problem? Please describe.

As a user
I want to have paginated datatables
so that I don't have to wait for all items to load.

Describe the solution you'd like

Add pagination to the datatables to make navigation in the UI easier with a lot of items.

Describe alternatives you've considered

None.

Additional context

The API exposes a method called find_items_paged. This sadly doesn't help much. The backend offers parameters for paging but sadly they are unused. As such all items have to be loaded by the backend. From this follows that this is an interface-only change.

@SchoolGuy SchoolGuy added the enhancement New feature or request label Nov 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: No status
Development

No branches or pull requests

1 participant