hoist-react icon indicating copy to clipboard operation
hoist-react copied to clipboard

`DataViewModel.showHover: false` not respected

Open amcclain opened this issue 8 months ago • 2 comments

You can see this in our Toolbox example - https://toolbox-dev.xh.io/app/grids/dataview. We don't have switches on this example to turn on/off row hover highlights, but it is off by default and we're still getting the highlight.

You can inspect the dataview grid element to verify - it has the .xh-ag-grid--no-hover class applied.

Interestingly, standard grids appear to work OK.

amcclain avatar Jun 11 '24 19:06 amcclain