Interface: DataTableOptions

Highcharts. DataTableOptions

Options for the DataTable or DataTableCore classes.

Members

<static> columns :Highcharts.DataTableColumnCollection|undefined

The column options for the data table. The columns are defined by an object where the key is the column ID and the value is an array of the column values.

Type:

<static> id :string|undefined

Custom ID to identify the new DataTable instance.

Type:
  • string | undefined