The dataset or dataset manager.
The rows to append.
Optional
target: {Optional target configuration.
Optional
changeSel?: booleanWhether to update the selection.
Optional
select?: number[] | "tables"Specifies the selection scope. Defaults to "tables"
.
Optional
useClone?: booleanWhether to clone the inserted rows.
Optional
which?: "top" | "all" | "bottom"Determines which tables to insert into. Defaults to "all"
.
Appends multiple rows at the end of the selected tables.