F
Filament16mo ago
Daniel

Make single row not clickable

Is there a way to make only one specific row not clickable?
Solution:
found out that it only seems to work when using getTableRecordUrlUsing() function
Jump to solution
2 Replies
Patrick Boivin
Patrick Boivin16mo ago
Just out of curiosity, what is the row action doing? I'm thinking you could check from within the ->action() code to determine if the action should fire or not, depending on the $record.
Solution
Daniel
Daniel16mo ago
found out that it only seems to work when using getTableRecordUrlUsing() function

Did you find this page helpful?