-
Notifications
You must be signed in to change notification settings - Fork 781
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
Insert row validation #1395
Comments
I'll reopen it if this issues is different with #1391, thanks |
yeah, the point is supporting asynchronous validate row data when creating :-) |
@nguyenhose, fixed on |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, I'm using react bootstrap table and here is my workflow on a list users table:
The problem is
afterInsertRow
oronAddRow
will insert row immediately without waiting for asynchronous check, and in this case, a row will still insert if insert request is wrong . Any suggestion for this issue ?The text was updated successfully, but these errors were encountered: