mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 19:36:00 +00:00
filter list in perspective
This commit is contained in:
@@ -160,6 +160,13 @@ export abstract class PerspectiveTreeNode {
|
||||
...cfg.filters,
|
||||
[this.uniqueName]: value,
|
||||
},
|
||||
filterInfos: {
|
||||
...cfg.filterInfos,
|
||||
[this.uniqueName]: {
|
||||
columnName: this.columnName,
|
||||
filterType: this.filterType,
|
||||
},
|
||||
},
|
||||
}),
|
||||
true
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user