getTableCellIds
The getTableCellIds function returns a reactive object reflecting the Ids of all Cells used across a Table, and registers a listener so that any changes to those Ids will update current.
getTableCellIds(
tableId: MaybeGetter<string>,
storeOrStoreId?: MaybeGetter<undefined | StoreOrStoreId>,
): {current: Ids}| Type | Description | |
|---|---|---|
tableId | MaybeGetter<string> | |
storeOrStoreId? | MaybeGetter<undefined | StoreOrStoreId> | |
| returns | {current: Ids} | A reactive object with a |
Since
v8.1.0