domjudge
domjudge copied to clipboard
Add global sorting configuration
trafficstars
In #2422 we discussed we would like to have a global option whether to sort lists by ID or name.
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.
We use data tables now. The problem is that we also want pagination in some places and that is not compatible
I came across this, which might be interesting to look into: https://omines.github.io/datatables-bundle/#quickstart