Open gudaoqingfen opened 4 years ago
protable-search属性 支持optionRender的版本开始,columns 就不能使用children进行表头分化
const columns = [ { title: '分类', children:[ { title: 'A', dataIndex: 'a', }, { title: 'B', dataIndex: 'b', }, ] }, ]
错误信息: TypeError Cannot read property 'action' of undefined
"@ant-design/pro-table": "^1.0.47", "antd": "^3.26.3",
"name": "ant-design-pro", "version": "2.3.1",
因为我们的基准是4.0 的类型,如果有兴趣你可以来个pr
🐛 @ant-design/pro-table: 1.0.47版本columns定义children报错
📷
protable-search属性 支持optionRender的版本开始,columns 就不能使用children进行表头分化
💻
错误信息: TypeError Cannot read property 'action' of undefined
"@ant-design/pro-table": "^1.0.47", "antd": "^3.26.3",
"name": "ant-design-pro", "version": "2.3.1",