The dataset or dataset manager.
The row to append.
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[]Specifies the selection scope.
Optional
useClone?: booleanWhether to clone the inserted row.
Appends a single row at the end of the selected table.