Open q1uxu opened 3 months ago
提问前先看看:
https://github.com/ryanhanwu/How-To-Ask-Questions-The-Smart-Way/blob/main/README-zh_CN.md
editableFormRef.current.getRowsData()方法获取到的数据不完整,体现在这2方面:
改进方法:
为了让getRowsData()返回的数据包含rowKey,我目前只能让columns加个rowKey列,并用css隐藏
{ title: '', dataIndex: 'premiumId', width: 0.01, hideInSearch: true, onCell: () => ({ style: { display: 'none' } }), }
提问前先看看:
https://github.com/ryanhanwu/How-To-Ask-Questions-The-Smart-Way/blob/main/README-zh_CN.md
🧐 问题描述
editableFormRef.current.getRowsData()方法获取到的数据不完整,体现在这2方面:
💻 示例代码
改进方法:
🚑 其他信息