FFilament•Created by nazar on 10/16/2024 in #❓┊help 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