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

Function SortedTableView

docs/pseudo.esm.sh/tinybase@9.0.0/ui-react/index.js:1646–1656  ·  view source on GitHub ↗
({ cellId, descending, offset, limit, ...props })

Source from the content-addressed store, hash-verified

1644);
1645var ResultTableView = (props) => resultTableView(props, useResultRowIds(props.queryId, props.queries));
1646var SortedTableView = ({ cellId, descending, offset, limit, ...props }) => tableView(
1647 props,
1648 useSortedRowIds(
1649 props.tableId,
1650 cellId,
1651 descending,
1652 offset,
1653 limit,
1654 props.store
1655 )
1656);
1657var TableView = (props) => tableView(props, useRowIds(props.tableId, props.store));
1658var TablesView = ({
1659 store,

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…