If I take a look at what gets rendered as HTML with this I see something like <tr v-motion="'something'" initial="[object Object]" data-row-key="1" class="ant-table-row ant-table-row-level-0">...</tr> What does the proposed API look like?
小泉哥 1 10653 vue Ant Design 树形控件拖动限制 2019-12-06 16:17 −``` const x = 3; const y = 2; const z = 1; const gData = []; // 做一个假数据 const generateData = (_level, _preKey, _tns) => { const preKey = _preKey ... ...
I have searched the issues of this repository and believe that this is not a duplicate. Reproduction link Steps to reproduce Create a Table with expandable rows and log each time the expandedRowRender function is called. Hover over the t...
13624 Ant Design of Vue —— Table表格组件 —— 设置动态表头 2019-12-25 15:24 −Column配置 比如:操作列 { key: 'action', scopedSlots: { customRender: 'action', title: '变量名' }, align: 'center' } 代码段 <template slot="变量名">{{动态表头名称}}&... ...