MCPcopy Create free account
hub / github.com/editablejs/editable / renderAllHeader

Function renderAllHeader

packages/plugins/table/src/components/table.tsx:167–173  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

165 )
166
167 const renderAllHeader = () => {
168 const handleMouseDown = (e: React.MouseEvent) => {
169 e.preventDefault()
170 Grid.select(editor, Editable.findPath(editor, element))
171 }
172 return <AllHeaderStyles onMouseDown={handleMouseDown} allFull={selected.allFull} />
173 }
174
175 const cancellablePromisesApi = useCancellablePromises()
176

Callers 1

TableComponentFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…