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
{ headerType: 'checkbox', //指定表头单元格显示为复选框 cellType: 'checkbox', //指定body单元格显示为复选框 field: 'isCheck', width: '50', style: { textAlign: 'center', }, }, 目前感觉单元格选中和 check选中比较混乱,我希望可以拿到我选择了哪些行数据,应该怎么做?
The text was updated successfully, but these errors were encountered:
这个接口可以获取到数据的选中与否 @zhoubo416
Sorry, something went wrong.
多谢,可以解决我的问题
No branches or pull requests
{
headerType: 'checkbox', //指定表头单元格显示为复选框
cellType: 'checkbox', //指定body单元格显示为复选框
field: 'isCheck',
width: '50',
style: {
textAlign: 'center',
},
},
目前感觉单元格选中和 check选中比较混乱,我希望可以拿到我选择了哪些行数据,应该怎么做?
The text was updated successfully, but these errors were encountered: