Highcharts Dashboards
    Preparing search index...

    Interface DataTableOptions

    Options to initialize a new DataTable instance.

    interface DataTableOptions {
        columns?: Record<string, TypedArray | DataTableValue[]>;
        id?: string;
        key?: string;
        metadata?: Record<string, DataTableValue>;
    }
    Index

    Properties

    columns?: Record<string, TypedArray | DataTableValue[]>

    Initial columns with their values.

    id?: string

    Custom ID to identify the new DataTable instance.

    key?: string

    A reference to the specific data table key defined in the component's connector options.

    metadata?: Record<string, DataTableValue>

    Metadata to describe the dataTable.