Set a group as default in a table
I want the table to have this group applied by default but there is no such feature I believe. Or am I missing something. I tried ->default() but no such thing.
Group::make('created_at')
->date()
->collapsible(),