ant-design-vue
ant-design-vue copied to clipboard
table component rowSelection Merge checkbox problem
- [x] I have searched the issues of this repository and believe that this is not a duplicate.
Version
3.2.5
Environment
node 16, chrome newest,Vue 3.2.33
Reproduction link
Steps to reproduce
https://codesandbox.io/s/lucid-chebyshev-5w0nmx?file=/src/App.vue
What is expected?
No hint of that:
Warning: columns.customRender return cell props is deprecated with perf issue, please use customCell instead.
What is actually happening?
toast Warning: columns.customRender return cell props is deprecated with perf issue, please use customCell instead.
The console will say:columns.customRender return cell props is deprecated with perf issue, please use customCell instead.
I don't know if there is a problem with the way I wrote the merge checkbox or if there is a bug
tx help!
@xrkffgg antd 同样问题 https://codesandbox.io/s/table-row-tooltip-forked-nsmpx7?file=/demo.js
我也遇到同样问题