Readonly
sizeAmount of data tables.
Readonly
tablesProvides access to an array representation of the tables.
Equivalent to Array.from(tableCollection)
.
A change to the array is not reflected in the collection.
Appends a new data table.
Registers event listener.
Bag of data tables.
To access the items you can use for...of:
If you need an array use the
tables
propertyUse the
size
property to check how many data tables are available.Use
getFirstSelectedTable
to access the first selected data table (the one shown in the result-ui).You can watch the events
changed
,selection-changed
anddestroyed
.