useCellIdsListener
The useCellIdsListener hook registers a listener that is called whenever the Cell Ids in a Row change.
useCellIdsListener(
tableId: MaybeGetter<IdOrNull>,
rowId: MaybeGetter<IdOrNull>,
listener: CellIdsListener,
mutator?: boolean,
storeOrStoreId?: MaybeGetter<undefined | StoreOrStoreId>,
): void| Type | Description | |
|---|---|---|
tableId | MaybeGetter<IdOrNull> | The |
rowId | MaybeGetter<IdOrNull> | The |
listener | CellIdsListener | |
mutator? | boolean | An optional boolean indicating the listener mutates |
storeOrStoreId? | MaybeGetter<undefined | StoreOrStoreId> | |
| returns | void | This has no return value. |
Since
v8.1.0