ant-design-vue icon indicating copy to clipboard operation
ant-design-vue copied to clipboard

table component rowSelection Merge checkbox problem

Open xiaojieajie opened this issue 3 years ago • 2 comments
trafficstars

  • [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

Edit on CodeSandbox

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!

xiaojieajie avatar Jun 06 '22 06:06 xiaojieajie

image

xiaojieajie avatar Jun 06 '22 06:06 xiaojieajie

@xrkffgg antd 同样问题 https://codesandbox.io/s/table-row-tooltip-forked-nsmpx7?file=/demo.js

tangjinzhou avatar Jun 07 '22 01:06 tangjinzhou

我也遇到同样问题

Nosaj0620 avatar Oct 11 '23 03:10 Nosaj0620