© 2026 Hedgehog Software, LLC
->defaultGroup('date') ->configure([ Table::$defaultDateDisplayFormat = 'l d F Y' ]) ->defaultSort('date', 'desc')
->defaultGroup('date') ->groups([ Tables\Grouping\Group::make('date') ->collapsible(true) ->date(true) ]) ->configure([ Table::$defaultDateDisplayFormat = 'l d F Y' ]) ->defaultSort('date', 'desc')