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.
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.