mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-19 10:46:00 +00:00
table child config refacvtor
This commit is contained in:
@@ -27,6 +27,8 @@ export interface GridConfig extends GridConfigColumns {
|
||||
order: 'ASC' | 'DESC';
|
||||
}[];
|
||||
grouping: { [uniqueName: string]: GroupFunc };
|
||||
childConfig?: GridConfig;
|
||||
reference?: GridReferenceDefinition;
|
||||
}
|
||||
|
||||
export interface GridCache {
|
||||
|
||||
Reference in New Issue
Block a user