cell data autodetect format, collapsed views in detail

This commit is contained in:
Jan Prochazka
2020-11-07 10:27:08 +01:00
parent c57ec68916
commit d234226750
5 changed files with 38 additions and 10 deletions

View File

@@ -76,6 +76,10 @@ export abstract class GridDisplay {
}));
}
get hasReferences() {
return false;
}
get focusedColumn() {
return this.config.focusedColumn;
}