It isn't exactly well known, that you can sort by multiple columns by holding Shift.
So we should check if we can change DataTable's behavior to act like HeidiSQL which adds a column to a "sort list", show a number next to the header and only remove it from the list after clicking on a column for a third time.
So:
- Add to sort list, Sort ASC
- Sort DESC
- Remove from sort list
Make sure this is also somehow stored in the table's "State" to keep between sessions.
It isn't exactly well known, that you can sort by multiple columns by holding Shift.
So we should check if we can change DataTable's behavior to act like HeidiSQL which adds a column to a "sort list", show a number next to the header and only remove it from the list after clicking on a column for a third time.
So:
Make sure this is also somehow stored in the table's "State" to keep between sessions.