disable clickable row with getTableRecordActionUsing() not working
I want to disable clickable rows, so i follow the docs:
I add to the Resoure:
and try too:
But is not working
I add to the Resoure:
and try too:
But is not working
https://filamentphp.com/docs/2.x/tables/getting-started#clickable-rowsprotected function getTableRecordActionUsing(): ?Closure
{
return null;
}protected function getTableRecordUrlUsing(): ?Closure
{
return null;
}