How to set a Default Group With Descending Order By Default
In my table Im grouping. But i want the default order to be Desc instead of Asc. Is there a way to achieve it?
->groups([
Tables\Grouping\Group::make('game_reservation_id'),
])
->defaultGroup('game_reservation_id')