nick-keller / react-datasheet-grid

An Airtable-like / Excel-like component to create beautiful spreadsheets.
MIT License
1.77k stars 167 forks source link

Can I drag and drop between columns of same row? #334

Open jgarmar opened 7 months ago

jgarmar commented 7 months ago

Hi, I'm currently using react-datasheet-grid for a project and I'm trying to implement a drag and drop feature between columns. I have 5 columns that indicate a certain order.

However, when I try to perform the drag and drop operation, the cell selection feature is activated instead. I'm not sure how to disable this cell selection feature or if there's a way to do it.

Could you please provide some guidance on how to implement drag and drop between columns while preventing cell selection? Any help would be greatly appreciated.

Thank you.