The dataset or dataset manager.
The row data to populate the new table.
Optional
target: {Optional target configuration.
Optional
changeSel?: booleanWhether to update the selection.
Optional
place?: "newTableAbove" | "newTableBelow"Determines the position of the new table.
Optional
select?: number[] | "tables"Specifies the selection scope.
Optional
useClone?: booleanWhether to clone the rows before inserting.
Optional
which?: "top" | "all" | "bottom"Determines which tables to affect.
Creates a new table with the provided rows.