useHasTableCell
The useHasTableCell hook returns a reactive object indicating whether a particular Cell is used anywhere in a Table, and registers a listener so that any changes to that result will update .current.
useHasTableCell(
tableId: MaybeGetter<string>,
cellId: MaybeGetter<string>,
storeOrStoreId?: MaybeGetter<undefined | StoreOrStoreId>,
): {current: boolean}| Type | Description | |
|---|---|---|
tableId | MaybeGetter<string> | |
cellId | MaybeGetter<string> | |
storeOrStoreId? | MaybeGetter<undefined | StoreOrStoreId> | |
| returns | {current: boolean} | A reactive object with a |
Since
v8.1.0