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
select?: Loc[] | "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 "all"
.
Adds multiple new rows below the selected rows.