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

Multiple row selection with a mouse click #878

Closed przemo246 closed 9 months ago

przemo246 commented 10 months ago

Hey,

I am currently using a workaround to be able to select multiple rows with a mouse click, unfortunately, it affected selecting the rows using the ctrl button, however using a mouse click is much more intuitive for the users in my opinion so I disregarded this fact. Are there any plans to start supporting this natively?

Thanks

jassmith commented 10 months ago

Im sorry what exactly do you mean? Do you mean like when you set rowSelectionMode="multi"?

przemo246 commented 10 months ago

I would like to be able to select multiple rows with just a mouse click, without having ctrl key pressed. I am currently manipulating a selection using onGridSelectionChange to achieve that. I was curious if there are any plans to support this natively.

jassmith commented 9 months ago

The property I suggested does exactly that.