Disable hover table
I need to disable the hover table control. And click on the view button to see the information.
4 Replies
What is "hover table control"?! 🤔
turn off the hover item in the table.
If you want to disabled styles, you need to override them with CSS
@Ne did you meant disabling clickable rows.. if yes then check here https://filamentphp.com/docs/2.x/tables/getting-started#clickable-rows
You need to override
getTableRecordUrlUsing
inside ListRecord and getTableRecordActionUsing
for simple resource