The dataset or dataset manager.
The row to append.
Optionaltarget: { changeSel?: boolean; select?: number | "tables" | T[]; useClone?: boolean }Optional target configuration.
OptionalchangeSel?: booleanWhether to update the selection.
Optionalselect?: number | "tables" | T[]Specifies the selection scope.
OptionaluseClone?: booleanWhether to clone the inserted row.
Appends a single row at the end of the selected table.