React Antd 的ProTable 如何默认展开树结构

1、defaultExpandAllRows:true   defaultExpandAllRows设为true就可以了

<ProTable
                            rowKey="key"
                            columns={rightBomColumnArr}
                            dataSource={rightBomTableTreeData}
                            search={false}
                            pagination={false}
                            recordCreatorProps={false}
                            toolbar={false}
                            options={false}
                            scroll={{ x: '100%', y: 400 }}
                            expandable={{
                                defaultExpandAllRows:true
                            }}>
                        </ProTable>

  

posted @ 2024-03-15 11:26  信铁寒胜  阅读(60)  评论(0编辑  收藏  举报