domjudge icon indicating copy to clipboard operation
domjudge copied to clipboard

Add global sorting configuration

Open nickygerritsen opened this issue 1 year ago • 3 comments
trafficstars

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

nickygerritsen avatar Nov 22 '24 09:11 nickygerritsen

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.

Kevinjil avatar Nov 25 '24 19:11 Kevinjil

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

nickygerritsen avatar Nov 25 '24 19:11 nickygerritsen

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

Kevinjil avatar Nov 25 '24 19:11 Kevinjil