🐛(table): 修复 childrenColumnName 属性非必填
This commit is contained in:
parent
2192fdec9c
commit
0a203b9f54
@ -26,7 +26,7 @@ export interface LayTableProps {
|
||||
defaultToolbar?: boolean;
|
||||
selectedKeys?: Recordable[];
|
||||
indentSize?: number;
|
||||
childrenColumnName: string;
|
||||
childrenColumnName?: string;
|
||||
height?: number;
|
||||
maxHeight?: string;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user