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

Function TableView

docs/pseudo.esm.sh/tinybase@9.0.0/ui-solid/index.js:1606–1612  ·  view source on GitHub ↗
(props)

Source from the content-addressed store, hash-verified

1604 )
1605);
1606var TableView = (props) => tableView(
1607 props,
1608 useRowIds(
1609 () => props.tableId,
1610 () => props.store
1611 )
1612);
1613var TablesView = (props) => {
1614 const tableIds = useTableIds(() => props.store);
1615 const content = () => {

Callers

nothing calls this directly

Calls 2

tableViewFunction · 0.70
useRowIdsFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…