You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are interested in implementing a drag-and-drop functionality similar to what is available in Google Sheets. Click here to check the drag-and-drop functionality in Google Sheets.
Specifically, we need the ability to drag values from specific cells and drop them into other specific cells within our JSS application.
Additionally, we require access to events associated with these drag-and-drop actions to facilitate validation processes on drag.
Disable drag/drop on a particular cell.
At drop if any value is already available then give a custom message and based on user confirmation undo the drop value.
The text was updated successfully, but these errors were encountered:
Version Detail:@jspreadsheet/react: ^10.1.1.
We are interested in implementing a drag-and-drop functionality similar to what is available in Google Sheets. Click here to check the drag-and-drop functionality in Google Sheets.
Specifically, we need the ability to drag values from specific cells and drop them into other specific cells within our JSS application.
Additionally, we require access to events associated with these drag-and-drop actions to facilitate validation processes on drag.
The text was updated successfully, but these errors were encountered: