mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 23:06:00 +00:00
fixed column visibility
This commit is contained in:
@@ -80,6 +80,10 @@ export abstract class GridDisplay {
|
||||
return this.driver?.engine;
|
||||
}
|
||||
|
||||
get allColumns() {
|
||||
return this.columns;
|
||||
}
|
||||
|
||||
reload() {
|
||||
this.setCache((cache) => ({
|
||||
...cache,
|
||||
|
||||
Reference in New Issue
Block a user