The dataset or dataset manager.
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 removed row.
Removes the last row from the selected table.