glide-data-grid icon indicating copy to clipboard operation
glide-data-grid copied to clipboard

Add ability to remove checkbox in rowMarkers header

Open willium opened this issue 1 year ago • 2 comments

I like rowMarkers for row selection and the visual index, but I don't want users to be able to select all rows/columns. It'd be great to add a prop to rowMarkers config to disable this, if it's not too difficult!

willium avatar Apr 08 '24 21:04 willium

I added a headerRowMarkerDisabled flag in the PR here: https://github.com/glideapps/glide-data-grid/pull/935/files This is not yet exposed in the API, but would be quite easy to do.

lukasmasuch avatar Apr 09 '24 13:04 lukasmasuch

Possibly related https://github.com/glideapps/glide-data-grid/issues/974

TheSisb avatar Jul 02 '24 14:07 TheSisb