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

Function EditableCellViewWithActions

src/ui-react-inspector/TablesView.tsx:42–49  ·  view source on GitHub ↗
(props: CellProps)

Source from the content-addressed store, hash-verified

40const rowActions = [{label: '', component: RowActions}];
41
42const EditableCellViewWithActions = (props: CellProps) => (
43 <>
44 <EditableCellView {...props} />
45 {useHasCell(props.tableId, props.rowId, props.cellId, props.store) && (
46 <CellActions {...props} />
47 )}
48 </>
49);
50
51const TableView = ({
52 tableId,

Callers

nothing calls this directly

Calls 1

useHasCellFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…