The dataset or dataset manager.
The row 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 row. Defaults to "below"
.
Optional
select?: number[] | Loc[] | "tables" | "rows"Specifies the selection scope. Defaults to "rows"
.
Optional
useClone?: booleanWhether to clone the source row before adding.
Optional
which?: "top" | "all" | "bottom"Determines where the new row is applied. Defaults to "bottom"
.
Adds a single new row to the dataset.