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
如题。
The text was updated successfully, but these errors were encountered:
http://localhost:3101/#/comp/table/editRowTable 以这个路由为例:我输入某单元格的时候,希望能改变其他单元格的值。@edit-change拦截到的data.record给其他栏位赋值,没有效果。发觉基类里返回的是toRaw(record),但是即使去掉toRaw依然无效。 EditableCell.vue table.emit?.('edit-change', { column: props.column, value: unref(currentValueRef), record:props.record // record: toRaw(props.record), });
Sorry, something went wrong.
目前不支持这个功能
fe2bcfc
@lolysc 已在 fe2bcfc 添加支持及演示页面。
@anncwb ,已经验证通过,感谢支持!
No branches or pull requests
如题。
The text was updated successfully, but these errors were encountered: