add column to JSON view

This commit is contained in:
Jan Prochazka
2021-12-02 13:58:14 +01:00
parent 1da8c4ca2c
commit 2649a0174d
4 changed files with 27 additions and 1 deletions

View File

@@ -92,6 +92,10 @@ export abstract class GridDisplay {
}
}
addDynamicColumn(name: string) {
this.includeInColumnSet('addedColumns', name, true);
}
focusColumn(uniqueName: string) {
this.setConfig(cfg => ({
...cfg,