The dataset or dataset manager.
The row data to replace the selected table's content.
Optionaltarget: { changeSel?: boolean; select?: number | "tables" | T[]; useClone?: boolean }Optional target configuration.
OptionalchangeSel?: booleanWhether to update the selection.
Optionalselect?: number | "tables" | T[]The table to be replaced.
OptionaluseClone?: booleanWhether to clone the rows before replacing.
Replaces the content of a selected table in the dataset.