The dataset or dataset manager.
The array of rows to be added.
Optional
target: {Optional target configuration.
Optional
changeSel?: booleanWhether to update the selection.
Optional
place?: "above" | "replace" | "below"Specifies the placement of the new rows. Defaults to "below"
.
Optional
select?: number[] | Loc[] | "tables" | "rows"Specifies the selection scope. Defaults to "rows"
.
Optional
useClone?: booleanWhether to clone the source rows before adding.
Optional
which?: "top" | "all" | "bottom"Determines where the new rows are applied. Defaults to "bottom"
.
Adds multiple new rows to the dataset.