This commit is contained in:
Jan Prochazka
2020-05-09 20:28:59 +02:00
parent d2fa296139
commit 9284861c35
3 changed files with 24 additions and 0 deletions

View File

@@ -54,6 +54,7 @@ export abstract class GridDisplay {
sortable = false;
filterable = false;
editable = false;
isLoadedCorrectly = true;
setColumnVisibility(uniquePath: string[], isVisible: boolean) {
const uniqueName = uniquePath.join('.');