Example of Row Hover in React Tree Grid Component

/
/
RowHover

This sample demonstrates the Tree Grid component with the row hover feature. Move the mouse over the Tree Grid rows to see the hover effect.

More Details...

Loading....
Description

Row Hover feature enables us to identify the current row by highlighting them with the mouse hovers. This can be enabled by setting the enableHover property as true,

In this demo, by enabling the enableHover property, you can move the mouse over Tree Grid rows to see the hover effect.