我也有这个需求,应该是新开一个API接口,比如 setCheckboxProps 这样的。
我也有这个需求,应该是新开一个API接口,比如 setCheckboxProps 这样的。
https://antdv.com/components/table-cn/#components-table-demo-selection 这个没法实现吗
我也有这个需求,应该是新开一个API接口,比如 setCheckboxProps 这样的。
https://antdv.com/components/table-cn/#components-table-demo-selection 这个没法实现吗
我的需求是通过select组件对另外两个table实现联动控制,一开始看文档这个getCheckboxProps这个API 只说是设置默认属性配置,我就认为只是初始设置,不能动态更改,其实是可以的。
通过 https://github.com/vueComponent/ant-design-vue/issues/935 这个。
onChange中将tableData重新设置即可再次触发
onChange中将tableData重新设置即可再次触发
thank u sir!
Most helpful comment
onChange中将tableData重新设置即可再次触发