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

Provide a `clickable` row marker kind that just allows selecting the blank row marker cell #946

Open lukasmasuch opened 7 months ago

lukasmasuch commented 7 months ago

Provide a new row marker kind - e.g. clickable - that allows the selection of rows but doesn't show a checkbox or a number. Just the blank row marker cell that is colored based on the primary color when its selected.

fredrikmoger commented 5 months ago

Like this? image

BrianHung commented 4 months ago

Should we just let rowMarker to have its own custom renderer via customRenders?