TreeTable: Row hover event #4502
Labels
Type: Enhancement
Issue contains an enhancement related to a specific component. Additional functionality has been add
Milestone
Describe the feature you would like to see added
I want to be able to react to on hover event for each row in the table.
In our case, we want to display the action menu (right cell) only when the user hovers the row.
You can this template example https://primereact.org/treetable/#template.
Is your feature request related to a problem?
No
Describe the solution you'd like
component should have a onHover property which is triggered when a hover event occur on a row with the relevant row properties
Same as DataTable with onRowMouseEnter/onRowMouseLeave callback
Describe alternatives you have considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: