react antd Table动态合并单元格
示例数据 原始数组 const data = [ { key: '0', name: 'John Brown', age:22, address: 'New York No. 1 Lake Park', tags: ['nice', 'developer'], }, { key: '1', name: 'John Brown', age: 42, address: 'London No. 1 Lake Park', tags: ['loser'], }, { key: '2', name: 'John Brown', age:22, address: 'New York No. 1 Lake Park', tags: ['nice', 'developer'], }, { key: '5', name: 'Joe Black', age: 3, address: 'Sidney No. 1 Lake Park', tags: ['cool', 'teacher'], }, { key: '6', name: 'Joe Black', age: 342, address: 'Sidney No. 1 Lake Park', tags: ['cool', 'teacher'], }, { key: '7', name: 'Joe Black', age: 62, address: