The dataset or dataset manager.
The row data to populate the new table.
Optional
target: { changeSel?: boolean; select?: number | "tables" | T[]; useClone?: boolean }Optional target configuration.
Optional
changeSel?: booleanWhether to update the selection.
Optional
select?: number | "tables" | T[]Specifies the target table.
Optional
useClone?: booleanWhether to clone the rows before inserting.
Adds a new table below the specified table.