Version
3.1.0
Environment
Vue 3.2.25 Google112.0.5615.137
Reproduction link
https://www.antdv.com/components/table-cn/#components-table-demo-nested-table
Steps to reproduce
外层table使用a-table,在expandedRowRender插槽里再套用一个a-table,此时会发现子表格横向滚动时父表格也在滚动,为子表格增加:scroll="{ x: 'max-content' }"后,子表格配置好的column的ellipsis、resizable属性失效,并且最右侧的固定列在横向滚动时滚动到最右侧会晃动一下
What is expected?
子表格配置好的column的ellipsis、resizable属性生效
What is actually happening?
外层table使用a-table,在expandedRowRender插槽里再套用一个a-table,此时会发现子表格横向滚动时父表格也在滚动,为子表格增加:scroll="{ x: 'max-content' }"后,子表格配置好的column的ellipsis、resizable属性失效,并且最右侧的固定列在横向滚动时滚动到最右侧会晃动一下