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