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

Function SortedTableView

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

Source from the content-addressed store, hash-verified

1593 )
1594);
1595var SortedTableView = (props) => tableView(
1596 props,
1597 useSortedRowIds(
1598 () => props.tableId,
1599 () => props.cellId,
1600 () => props.descending,
1601 () => props.offset,
1602 () => props.limit,
1603 () => props.store
1604 )
1605);
1606var TableView = (props) => tableView(
1607 props,
1608 useRowIds(

Callers

nothing calls this directly

Calls 2

tableViewFunction · 0.70
useSortedRowIdsFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…