Set multiple columns in protected function getDefaultTableSortColumn()
Is it possible to order a table by multiple columns, just like:
?
3 Replies
I've tried it based on this
I managed to do it with the getTableQuery() function overwrite in the resource list:
The only issue with this is that I cannot use the ->sortable() on any of the columns, since this will overwire it anyways
I found a github issue where you guys mentioned you'll introduce this featue in v3, looking forward to it!
Let me know if there is a better solution though in v2
i dont think there is a better solution atm