Multiple default sort in tables
Is there a way to have multiple columns in the default sort for tables. A simple example would be to sort todos by priority and due date together, first priority, followed by the due date.
Thank you very much for the amazing work that is put into this piece of software!
Best regards
Mike
3 Replies
In v2 I think the solution was to override
applyDefaultSortingToTableQuery()
on the page component. Not sure but in v3 it looks like you can pass a closure to the defaultSort()
method, on the table.Solution
Thank you Patrick. Will give it a try tomorrow!