© 2026 Hedgehog Software, LLC
return $panel ->bootUsing(function () { Table::configureUsing(function (Table $table): void { $table ->recordUrl(false) ->striped(); }); })