useCellIds
The useCellIds hook returns a reactive object reflecting the Ids of the Cells in a Row, and registers a listener so that any changes will update .current.
useCellIds(
tableId: MaybeGetter<string>,
rowId: MaybeGetter<string>,
storeOrStoreId?: MaybeGetter<undefined | StoreOrStoreId>,
): {current: Ids}| Type | Description | |
|---|---|---|
tableId | MaybeGetter<string> | |
rowId | MaybeGetter<string> | |
storeOrStoreId? | MaybeGetter<undefined | StoreOrStoreId> | |
| returns | {current: Ids} | A reactive object with a |
Since
v8.1.0