Highcharts Dashboards
    Preparing search index...

    Options of the HTMLTableConverter.

    interface HTMLTableConverterOptions {
        dateFormat?: string;
        decimalPoint?: string;
        endColumn: number;
        endRow: number;
        exportIDColumn?: boolean;
        firstRowAsNames: boolean;
        parseDate?: ParseDateFunction;
        startColumn: number;
        startRow: number;
        tableCaption?: string;
        tableElement?: HTMLElement | null;
        useLocalDecimalPoint?: boolean;
        useMultiLevelHeaders?: boolean;
        useRowspanHeaders?: boolean;
    }

    Hierarchy

    • Options
      • HTMLTableConverterOptions
    Index

    Properties

    dateFormat?: string
    decimalPoint?: string
    endColumn: number
    endRow: number
    exportIDColumn?: boolean
    firstRowAsNames: boolean
    parseDate?: ParseDateFunction

    A function to parse string representations of dates into JavaScript timestamps. If not set, the default implementation will be used.

    startColumn: number
    startRow: number
    tableCaption?: string
    tableElement?: HTMLElement | null
    useLocalDecimalPoint?: boolean
    useMultiLevelHeaders?: boolean
    useRowspanHeaders?: boolean