Class: DataTable

Highcharts. DataTable

new DataTable( [options])

Class to manage columns and rows in a table structure. It provides methods to add, remove, and manipulate columns and rows, as well as to retrieve data from specific cells.

Parameters:
Name Type Argument Description
options Highcharts.DataTableOptions <optional>

Options to initialize the new DataTable instance.

Members

autoId :boolean

Whether the ID was automatic generated or given in the constructor.

Type:
  • boolean

id :string

ID of the table for indentification purposes.

Type:
  • string