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

Function ResultSortedTableView

src/ui-solid/ResultSortedTableView.tsx:7–20  ·  view source on GitHub ↗
(
  props: ResultSortedTableProps,
)

Source from the content-addressed store, hash-verified

5import {useResultSortedRowIds} from './primitives.ts';
6
7export const ResultSortedTableView = (
8 props: ResultSortedTableProps,
9): JSXElement =>
10 resultTableView(
11 props,
12 useResultSortedRowIds(
13 () => props.queryId,
14 () => props.cellId,
15 () => props.descending,
16 () => props.offset,
17 () => props.limit,
18 () => props.queries,
19 ),
20 );

Callers

nothing calls this directly

Calls 2

resultTableViewFunction · 0.90
useResultSortedRowIdsFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…