mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-19 00:16:00 +00:00
reimplemented filter, sort for new model
This commit is contained in:
@@ -57,7 +57,7 @@ export interface PerspectiveNodeConfig {
|
||||
conid?: string;
|
||||
database?: string;
|
||||
|
||||
isParentFilter?: true | undefined;
|
||||
isParentFilter?: boolean;
|
||||
|
||||
expandedColumns: string[];
|
||||
checkedColumns: string[];
|
||||
|
||||
Reference in New Issue
Block a user