MCPcopy Index your code
hub / github.com/tinyplex/tinybase / TableView

Function TableView

src/ui-solid/TableView.tsx:7–14  ·  view source on GitHub ↗
(props: TableProps)

Source from the content-addressed store, hash-verified

5import {useRowIds} from './primitives.ts';
6
7export const TableView = (props: TableProps): JSXElement =>
8 tableView(
9 props,
10 useRowIds(
11 () => props.tableId,
12 () => props.store,
13 ),
14 );

Callers

nothing calls this directly

Calls 2

tableViewFunction · 0.90
useRowIdsFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…