glide-data-grid
glide-data-grid copied to clipboard
Add ability to remove checkbox in rowMarkers header
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!
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.
Possibly related https://github.com/glideapps/glide-data-grid/issues/974