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

Function TestTableView

test/unit/core/ui-solid/components.test.tsx:133–144  ·  view source on GitHub ↗
(props: TableProps & {readonly cellPrefix?: string})

Source from the content-addressed store, hash-verified

131);
132
133const TestTableView = (props: TableProps & {readonly cellPrefix?: string}) => (
134 <>
135 {props.tableId}:
136 <TableView
137 {...props}
138 rowComponent={TestRowView}
139 getRowComponentProps={(_rowId: Id) => ({
140 cellPrefix: props.cellPrefix,
141 })}
142 />
143 </>
144);
145
146const TestSortedTableView = (
147 props: SortedTableProps & {readonly cellPrefix?: string},

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…