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