feat: 添加子表格复制功能
This commit is contained in:
parent
aa8ac55c28
commit
d64ff60674
@ -259,7 +259,6 @@ export const Table: any = observer(
|
|||||||
} = { ...others1, ...others2 } as any;
|
} = { ...others1, ...others2 } as any;
|
||||||
const field = useArrayField(others);
|
const field = useArrayField(others);
|
||||||
const columns = useTableColumns(others);
|
const columns = useTableColumns(others);
|
||||||
|
|
||||||
const schema = useFieldSchema();
|
const schema = useFieldSchema();
|
||||||
const collection = useCollection_deprecated();
|
const collection = useCollection_deprecated();
|
||||||
const isTableSelector = schema?.parent?.['x-decorator'] === 'TableSelectorProvider';
|
const isTableSelector = schema?.parent?.['x-decorator'] === 'TableSelectorProvider';
|
||||||
|
Loading…
Reference in New Issue
Block a user