FilamentF
Filament15mo ago
nazar

disable recordUrl

how global config in provider prevent table click row
i try this

Table::configureUsing(function (Table $table): void { $table ->paginationPageOptions([5,10,15,25]) ->recordUrl(false) ->striped(); });
but not work and it work in table resource
Was this page helpful?