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
Thank you for your feedback! We have received your question and will deal with it later.
If any developer is interested in this issue, please leave a message "claim this issue" below the issue. Welcome to participate in open source co-construction!
We are very grateful to every contributor. After submitting the PR, we will prepare a gift for the developers who participated in the co-construction.
For participation in co-construction, please refer to: https://visactor.io/vtable/guide/Contribution_Guide
To communicate with official developers, you can download the Feishu app and scan the QR code to join the Feishu group!
Thank you again for your support!
What problem does this feature solve?
比如有两行数据,type不一致, 让用户通过拖拽,比如把type=2的拖到type=1上面, 我通过拖拽毁回调强制修改数据。其他的比如文件移动等等都可以自定义实现了。
What does the proposed API look like?
onStart, onDrag, onEnd(oldRow, targetRow, x, y位置,行列 ), 参数尽量全一点
The text was updated successfully, but these errors were encountered: