popTable<T extends object>( ds: Ds<T> | Dsm<T>, target?: { changeSel?: boolean },): { success: boolean } Parameters
- ds: Ds<T> | Dsm<T>
Optional
target: { changeSel?: boolean }Optional
changeSel?: boolean
Returns { success: boolean }
- The result of the operation.
Removes the last table from the dataset.