The dataset or dataset manager.
The row to be added.
Optionaltarget: {Optional target configuration.
OptionalchangeSel?: booleanWhether to update the selection.
Optionalplace?: "above" | "replace" | "below"Specifies the placement of the new row. Defaults to "below".
Optionalselect?: number[] | Loc[] | "tables" | "rows"Specifies the selection scope. Defaults to "rows".
OptionaluseClone?: booleanWhether to clone the source row before adding.
Optionalwhich?: "top" | "all" | "bottom"Determines where the new row is applied. Defaults to "bottom".
Adds a single new row to the dataset.