Table groups change default sort
I have a table with groups, the groups is a date group.
I want to hide the settings because it is only one group, that works.
Now i want to change the default sort of the group from asc to desc
The
defaultSort
on the table does not work, how can i set this on the group?
Below is my table,
i cant find any defaultSort
on the Group::make
Solution:Jump to solution
Totaly missed this in the docs.
https://filamentphp.com/docs/3.x/tables/grouping#customizing-the-eloquent-query-ordering-behaviour...
2 Replies
Solution
hi, so how you solve it? i cant found the option to change from asc to desc