Hover state only for table body rows
Hi. I know that rows are highlighted in selectable mode. But in my case I just want highlight rows on hover to help users scan trough data.
I know I can add "hover:bg-somecolor-50" to
Is there a way to target only rows in table body?
I know I can add "hover:bg-somecolor-50" to
ui: { tr: { base { } } } but it also affects table header.Is there a way to target only rows in table body?
