Highcharts Grid
    Preparing search index...

    Interface GroupedHeaderOptions

    Options to control the structure of table header.

    interface GroupedHeaderOptions {
        accessibility?: HeaderCellA11yOptions;
        className?: string;
        columnId?: string;
        columns?: GroupedHeaderOptions[];
        format?: string;
    }
    Index

    Properties

    accessibility?: HeaderCellA11yOptions

    Accessibility options for one of the column header cells.

    className?: string

    The custom CSS class name for the header.

    columnId?: string

    The id of column with data.

    Columns that are displayed below the header.

    format?: string

    The format of the column header. Use {id} to display the column id.