UNPKG

ontimize-web-ngx

Version:
12 lines (11 loc) 396 B
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; };