vlocode-project - v1.40.0-beta-4
    Preparing search index...

    Interface DashboardTableColumn

    interface DashboardTableColumn {
        aggregateType?: ReportSummaryType;
        calculatePercent?: boolean;
        column: string;
        decimalPlaces?: number;
        showSubTotal?: boolean;
        showTotal?: boolean;
        sortBy?: DashboardComponentFilter;
    }
    Index

    Properties

    aggregateType?: ReportSummaryType
    calculatePercent?: boolean
    column: string
    decimalPlaces?: number
    showSubTotal?: boolean
    showTotal?: boolean