Nested rowKey in a table
My rowkey value is nested. the example below doesn't work because rowKey don't accept this format. any workaround?
<Table dataSource={record} rowKey={["supplier", "id"]}></table>
<Table dataSource={record} rowKey={["supplier", "id"]}></table>
