-
Notifications
You must be signed in to change notification settings - Fork 4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
建议:Transfer组件数据在左右穿梭时能否增加一个校验方法 #793
Comments
It will be better to write your issue/comment in English, so more people can understand you. |
真有这种必要吗?对于可被穿梭不应该在一开始加载过程中就可以确认了吗?我不清楚这个需求在实际中是怎么样的一种场景。 |
@cipchk |
也想过用nzChange方法进行自动提交,但执行nzChange方法时页面上已经完成穿梭。。这时候如果后台处理失败,页面上又需要将数据恢复提交前的样子,此时页面上的数据会出现来回穿梭闪现的情况。 |
This thread has been automatically locked because it has not had recent activity. Please open a new issue for related bugs and link to relevant comments in this thread. |
What problem does this feature solve?
某些情况需要后台远程校验或者同步数据,当远程校验方法返回true是才能进行左右穿梭
What does the proposed API look like?
canMove(param:any):boolean | Observable<boolean> | Promise<boolean> { ... }
The text was updated successfully, but these errors were encountered: