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