Default sort direction based on defaultgroup in table builder

Hey guys,

just wonder how I can use a defaultGroup in table builder with a default sort direction - is there no option?

return $table
            ->groups([
                Group::make('start')->label('Start date (UTC)')->date(),
            ])
            ->defaultGroup('start') // how to set Desc as default? :D


thanks in advance!
Was this page helpful?