The type of the data in the table.
Protected _colMap from column names to column indices.
Protected _dataThe data of the table.
Protected _headersThe headers of the table.
Returns the table as a two-dimensional array, without column headers.
Gets the column headers.
Gets the number of cols in the table, not including headers.
Gets the number of rows in the table, not including headers.
Protected assertOverride of the native toJSON method. When parsing the returned json string, it can be revived as a Table object when using the static Table.fromJSON method.
Static fromJSONGenerated using TypeDoc
Two-dimensional table class supporting column and row headers.