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[]The table to delete.
Optional
useClone?: booleanWhether to clone before deleting.
Deletes a single selected table from the dataset.