Open 980447634 opened 4 months ago
在antd protable中,有一个属性是 options={{ setting: true, density: false, reload: false, }}, 但是我在columns中,使用了hideInSetting: true,如下, { title: '', search: false, dataIndex: 'index', valueType: 'index', width: 48, fixed: 'left', align: 'center', hideInSetting: true, }, 然后我的列设置中除了 dataIndex为'index',的列,都支持列固定在列首,但是固定两个其他的列在列首之后,再拖动固定列区域的列往上排序,就会把 hideInSetting: true的列,直接隐藏掉,如下图
在antd protable中,有一个属性是 options={{ setting: true, density: false, reload: false, }}, 但是我在columns中,使用了hideInSetting: true,如下, { title: '', search: false, dataIndex: 'index', valueType: 'index', width: 48, fixed: 'left', align: 'center', hideInSetting: true, }, 然后我的列设置中除了 dataIndex为'index',的列,都支持列固定在列首,但是固定两个其他的列在列首之后,再拖动固定列区域的列往上排序,就会把 hideInSetting: true的列,直接隐藏掉,如下图