关于ant-design:记录Antd下Table属性expandIconColumnIndex设置无效的解决办法

环境:Vue2 + Antd 1.7.8版本
:expandIconColumnIndex="3"
设置后并未失效

解决办法:

:expandIconAsCell="false"
:expandIconColumnIndex="1"

expandIconAsCell属性在文档中并未找到,然而一起应用解决问题
expandIconAsCell意思为:敞开开展按钮默认放在第一列

评论

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注

这个站点使用 Akismet 来减少垃圾评论。了解你的评论数据如何被处理