mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 23:06:00 +00:00
perspectives:add to filter ctx menu
This commit is contained in:
@@ -21,6 +21,7 @@ export interface PerspectiveCustomJoinConfig {
|
||||
export interface PerspectiveFilterColumnInfo {
|
||||
columnName: string;
|
||||
filterType: string;
|
||||
tableName: string;
|
||||
}
|
||||
export interface PerspectiveConfig extends PerspectiveConfigColumns {
|
||||
filters: { [uniqueName: string]: string };
|
||||
|
||||
Reference in New Issue
Block a user