I have 2 columns, One holding dates and the other event names. I'm trying by default to sort Dates first (in ascending order) then the event names in ascending order. Is that possible with this plugin?
My sort list
sortList: [[3,0],[1,0]]
Does sort the dates column (3) but then it doesn't sort the even name column accordingly. If it's not clear (because I'm having a hard time trying to find good describing keywords to search :/ ) I want to sort the results of the original sort.
Sort Date Ascending
Then with the date still in Ascending Order, sort Event Names in Ascending Order.