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

Add global sorting configuration #2817

Open
nickygerritsen opened this issue Nov 22, 2024 · 3 comments
Open

Add global sorting configuration #2817

nickygerritsen opened this issue Nov 22, 2024 · 3 comments

Comments

@nickygerritsen
Copy link
Member

In #2422 we discussed we would like to have a global option whether to sort lists by ID or name.

@Kevinjil
Copy link
Contributor

We could consider adding a front-end sort using a table library like DataTables (MIT licensed).
It's easy to implement and allows users to sort on any column dynamically.

@nickygerritsen
Copy link
Member Author

We use data tables now. The problem is that we also want pagination in some places and that is not compatible

@Kevinjil
Copy link
Contributor

I came across this, which might be interesting to look into: https://omines.github.io/datatables-bundle/#quickstart

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants