glideapps / glide-data-grid

🚀 Glide Data Grid is a no compromise, outrageously react fast data grid with rich rendering, first class accessibility, and full TypeScript support.
https://grid.glideapps.com
MIT License
4.07k stars 301 forks source link

Don't trigger `onItemHovered` if column is being resized #868

Closed lukasmasuch closed 9 months ago

lukasmasuch commented 10 months ago

The onItemHovered callback gets triggered during column resizing. I think this is a bit unexpected since a user probably doesn't intend to hover a cell/column header during the column resizing.