The dataset or dataset manager.
The tables to be added.
Optional
target: {Optional target configuration.
Optional
changeSel?: booleanWhether to update the selection.
Optional
place?: "newTableAbove" | "newTableBelow"Positioning of new tables.
Optional
select?: number[] | "tables"The selection criteria.
Optional
useClone?: booleanWhether to use a cloned version.
Optional
which?: "top" | "all" | "bottom"Where to place the tables.
Adds multiple tables to the dataset.
If
changeSel
istrue
, the function will select the last added table and all its rows after the operation is completed.