【IVIEW】ivirw 表格col设置了 fixed: ‘left’,后使用children也要使用失效

gengboxb 728 0

解决:

ivirw 表格col设置了 fixed: 'left',后使用children也要使用fixed: 'left',

{
  title: '序号',
  align: 'center',
  key: 'action',
  width: 100,
  fixed: 'left',
  children: [
    {
      fixed: 'left',
      title: '1',
      align: 'center',
      width: 100,
    },
  ],
},

发表评论 取消回复
表情 图片 链接 代码

分享