when i click table column it is not redirect to it's record page i want to disable this
in v2 i use this for not redirect to another page
public function getTableRecordUrlUsing(): ?Closure
{
return null;
}
but in v3 it is not working
Solution:Jump to solution
$table->recordUrl(null)
?
https://filamentphp.com/docs/3.x/tables/advanced#record-urls-clickable-rows...3 Replies
Solution
thanks it worked
Then mark the answer as solved π