We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Asynchronous verification is required before entering the editing line
add a method like beforeEditMethodAsync: Promise
No response
The text was updated successfully, but these errors were encountered:
beforeEditMethod is executed synchronously and you can handle the. verification in advance
Sorry, something went wrong.
"tableRef.value.validate()" is asynchronous and can be problematic when used in "beforeEditMethod".
You should use the cell-click | editMethod.
No branches or pull requests
这个需求解决了什么问题:
Asynchronous verification is required before entering the editing line
建议的 API 是什么样的:
add a method like beforeEditMethodAsync: Promise
是否已有其他不错的替代方案:
No response
是否使用当前最新版本?
The text was updated successfully, but these errors were encountered: