table child config refacvtor

This commit is contained in:
Jan Prochazka
2020-10-10 16:15:43 +02:00
parent 5638706252
commit 7aec8ccf99
3 changed files with 27 additions and 6 deletions

View File

@@ -27,6 +27,8 @@ export interface GridConfig extends GridConfigColumns {
order: 'ASC' | 'DESC';
}[];
grouping: { [uniqueName: string]: GroupFunc };
childConfig?: GridConfig;
reference?: GridReferenceDefinition;
}
export interface GridCache {