CustomReportDisplayParams: {
    description?: string;
    fieldsWithTotals?: string[];
    hiddenColumns?: string[];
    noFilters?: boolean;
    noSearch?: boolean;
    tableWidth?: "wide" | "limited-wide" | "narrow";
}

Type declaration

  • Optional description?: string

    Report description, displayed on page top

  • Optional fieldsWithTotals?: string[]

    show period totals for these columns in table headers

  • Optional hiddenColumns?: string[]

    these columns can be used as filters, but are not shown in the table

  • Optional noFilters?: boolean

    do not display value filtering selects above the table

  • Optional noSearch?: boolean

    do not display a search field above the table

  • Optional tableWidth?: "wide" | "limited-wide" | "narrow"

    sets the width of the table, defaulting to "wide"