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

"Real" pagination for index tables #147

Open
donni106 opened this issue Feb 8, 2022 · 0 comments
Open

"Real" pagination for index tables #147

donni106 opened this issue Feb 8, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@donni106
Copy link
Member

donni106 commented Feb 8, 2022

Currently we use JS DataTables to create index tables with pagination. Therefore all data is loaded and rendered when visiting the page and then per JS restructured. This leads to immens load times for large amounts of data.
We need a real pagination here for requesting just parts of data that is shown.

With changing pagination, we also need to check, if DataTable is still beneficial for us in terms of sorting and searching, or if we need to refactor the search for example as well.

@donni106 donni106 added the enhancement New feature or request label Feb 8, 2022
@donni106 donni106 self-assigned this Feb 8, 2022
@donni106 donni106 changed the title "Real" pagination for index tabels "Real" pagination for index tables Feb 8, 2022
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
None yet
Development

No branches or pull requests

1 participant