ant-design / pro-table

🏆 Use Ant Design Table like a Pro!
https://protable.ant.design/
MIT License
562 stars 151 forks source link

🐛[BUG]@ant-design/pro-table: 1.0.47版本columns定义children报错 #407

Open gudaoqingfen opened 4 years ago

gudaoqingfen commented 4 years ago

🐛 @ant-design/pro-table: 1.0.47版本columns定义children报错

📷

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",

chenshuai2144 commented 4 years ago

因为我们的基准是4.0 的类型,如果有兴趣你可以来个pr