问题描述:
ant-design 中 a-table 含有children 则出现折叠按钮,但是折叠按钮不在第一列 展示在第二列
解决办法:
<a-table :columns="columns" :data-source="dataList" :expandIconColumnIndex="1" //添加需要展示在第几列 :expandIconAsCell="false" //这个也需要写 > </a-table>
标签:变动,折叠,第二列,按钮,table,含有 From: https://www.cnblogs.com/qinyuanchun/p/17846661.html