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