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
3.7.0
在我的业务流程中,首先从子组件的表格中选择数据,回调到JVxeTable表格中。 然而,在第一次选择后回调,拿到的数据中包含了id的字段和值,但是执行addRows方法添加到JVxeTable表格中后,getTableData方法发现id不见了。 当第二次及以后选择后回调,执行addRows方法后,getTableData发现新选择的数据又有id。 我想让每次的选择后,getTableData方法的每行数据都有id,谢谢!
The text was updated successfully, but these errors were encountered:
jl
Sorry, something went wrong.
问题已修复,下版本新增参数:keepNewId 传 true 即可保留新增行的ID
No branches or pull requests
版本号:
3.7.0
问题描述:
在我的业务流程中,首先从子组件的表格中选择数据,回调到JVxeTable表格中。
然而,在第一次选择后回调,拿到的数据中包含了id的字段和值,但是执行addRows方法添加到JVxeTable表格中后,getTableData方法发现id不见了。
当第二次及以后选择后回调,执行addRows方法后,getTableData发现新选择的数据又有id。
我想让每次的选择后,getTableData方法的每行数据都有id,谢谢!
错误截图:
友情提示:
The text was updated successfully, but these errors were encountered: