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

Function ResultSortedTableView

src/ui-react/ResultSortedTableView.tsx:8–25  ·  view source on GitHub ↗
({
  cellId,
  descending,
  offset,
  limit,
  ...props
}: ResultSortedTableProps)

Source from the content-addressed store, hash-verified

6import {useResultSortedRowIds} from './hooks.ts';
7
8export const ResultSortedTableView: typeof ResultSortedTableViewDecl = ({
9 cellId,
10 descending,
11 offset,
12 limit,
13 ...props
14}: ResultSortedTableProps): any =>
15 resultTableView(
16 props,
17 useResultSortedRowIds(
18 props.queryId,
19 cellId,
20 descending,
21 offset,
22 limit,
23 props.queries,
24 ),
25 );

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…