mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-05-07 14:39:25 +08:00
fix(Table): fix incorrect rowKey (#6109)
* fix(Table): fix incorrect rowKey * fix: add key for table row
This commit is contained in:
parent
b89f255d4c
commit
21095d0127
@ -142,7 +142,7 @@ const useTableColumns = (props: { showDel?: any; isSubTable?: boolean }, paginat
|
||||
<RecordIndexProvider index={record.__index || index}>
|
||||
<RecordProvider isNew={isNewRecord(record)} record={record} parent={parentRecordData}>
|
||||
<ColumnFieldProvider schema={s} basePath={basePath}>
|
||||
<span role="button" className={schemaToolbarBigger}>
|
||||
<span role="button" className={schemaToolbarBigger} key={index}>
|
||||
<RecursionField basePath={basePath} schema={s} onlyRenderProperties />
|
||||
</span>
|
||||
</ColumnFieldProvider>
|
||||
|
Loading…
x
Reference in New Issue
Block a user