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

Function SortedTableView

src/ui-solid/SortedTableView.tsx:7–18  ·  view source on GitHub ↗
(props: SortedTableProps)

Source from the content-addressed store, hash-verified

5import {useSortedRowIds} from './primitives.ts';
6
7export const SortedTableView = (props: SortedTableProps): JSXElement =>
8 tableView(
9 props,
10 useSortedRowIds(
11 () => props.tableId,
12 () => props.cellId,
13 () => props.descending,
14 () => props.offset,
15 () => props.limit,
16 () => props.store,
17 ),
18 );

Callers

nothing calls this directly

Calls 2

tableViewFunction · 0.90
useSortedRowIdsFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…