mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-19 23:35:59 +00:00
add column to JSON view
This commit is contained in:
@@ -92,6 +92,10 @@ export abstract class GridDisplay {
|
||||
}
|
||||
}
|
||||
|
||||
addDynamicColumn(name: string) {
|
||||
this.includeInColumnSet('addedColumns', name, true);
|
||||
}
|
||||
|
||||
focusColumn(uniqueName: string) {
|
||||
this.setConfig(cfg => ({
|
||||
...cfg,
|
||||
|
||||
Reference in New Issue
Block a user