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

`onHeaderClicked` not triggering on rowMarker in header #974

Open TheSisb opened 4 months ago

TheSisb commented 4 months ago

I had this idea to scroll to the selected row when the header is clicked on radio rowMarkers. Unfortunately the callback isn't fired for the rowMarker header cells.

In fact, I'm not quite sure what the purpose of that header cell is for single select?