-
Notifications
You must be signed in to change notification settings - Fork 753
Closed
Labels
Description
I have a request to make a dynamic sortAppend. Here is the request:
I've got 3 column table(status, date, doc type), clicking on status should sort status & date, clicking on date should sort date & doc type, clicking on doc type should sort doc type & date.
So basically there is a default sortAppend option on the date column, but when the date colum is sorted first, add a different secondary sort.
The sortStart event doesn't work in this case because the sortList isn't defined at that point. The sortEnd event won't work, because, well the sort is already done.