ontimize-web-ngx
Version:
Ontimize Web framework using Angular 15
12 lines (11 loc) • 396 B
TypeScript
import { ORowHeight, OTableDetailMode, OTableEditionMode } from './../../util/codes';
export type OTableGlobalConfig = {
autoAdjust: boolean;
autoAlignTitles: boolean;
filterColumnActiveByDefault: boolean;
editionMode: OTableEditionMode;
detailMode: OTableDetailMode;
rowHeight: ORowHeight;
showChartsOnDemandOption: boolean;
showReportOnDemandOption: boolean;
};