fixed column visibility

This commit is contained in:
Jan Prochazka
2020-04-26 18:30:16 +02:00
parent f3f9404637
commit 9ed757b931
4 changed files with 26 additions and 21 deletions

View File

@@ -80,6 +80,10 @@ export abstract class GridDisplay {
return this.driver?.engine;
}
get allColumns() {
return this.columns;
}
reload() {
this.setCache((cache) => ({
...cache,