The dataset or dataset manager.
The row to insert.
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.
Inserts a single row at the beginning of the selected table.