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

can't drag a group of headers #985

Open sunnipaul opened 3 months ago

sunnipaul commented 3 months ago

When trying to drag multiple headers together to reorder columns. There is no way to drag them together. It's because when trying to drag, only the clicked column is selected.

I think it makes more sense to keep the other columns selected when clicking inside the selected area, which is a general practice.