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