MCPcopy Create free account
hub / github.com/tinyplex/tinybase / useTableState

Function useTableState

docs/pseudo.esm.sh/tinybase@9.0.0/ui-react/index.js:474–477  ·  view source on GitHub ↗
(tableId, storeOrStoreId)

Source from the content-addressed store, hash-verified

472 tableId
473]);
474var useTableState = (tableId, storeOrStoreId) => [
475 useTable(tableId, storeOrStoreId),
476 useSetTableCallback(tableId, getArg, [], storeOrStoreId)
477];
478var useTableCellIds = (tableId, storeOrStoreId) => useListenable(
479 TABLE + CELL_IDS,
480 useStoreOrStoreById(storeOrStoreId),

Callers

nothing calls this directly

Calls 2

useTableFunction · 0.70
useSetTableCallbackFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…