The dataset or dataset manager.
The array of rows to replace the existing rows.
Optionaltarget: {Optional target configuration.
OptionalchangeSel?: booleanWhether to update the selection.
Optionalselect?: Loc[] | "rows"Specifies the selection scope. Defaults to "rows".
OptionaluseClone?: booleanWhether to clone the source rows before replacing.
Optionalwhich?: "top" | "all" | "bottom"Determines which rows to replace. Defaults to "all".
Replaces multiple rows with new data.