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