Open zlyyyy opened 4 years ago
//"@ant-design/pro-table": "^2.1.4", const expandedRowRender = (record) => { const _columns = [ { title: 'test', dataIndex: 'dictCode', }, ... ]; return <Table rowKey="id" columns={_columns} dataSource={record.children} pagination={false} />; }; <ProTable expandable={{ expandedRowRender }} ... />
如图所示,自定义expandable就会出现这种状态
rowSelection={{}}不加就没事,加了就会出现这种
不加前面就没有选择框 ☑️ 家里如果有自分类的话 会多出一行
@WuJiY 你这个应该是css问题吧
我构造的数据是有子级菜单 就是有children 字段 这样子 是不是应该出现点击➕的icon 然后出现错位了
好像是,你也是自定义嵌套组件嘛
诶 我也碰到这个问题
如图所示,自定义expandable就会出现这种状态