Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/editablejs/editable
/ useTableOptions
Function
useTableOptions
packages/plugins/table/src/table/options.ts:31–33 ·
view source on GitHub ↗
(editor: Editor)
Source
from the content-addressed store, hash-verified
29
}
30
31
export
const
useTableOptions = (editor: Editor) => {
32
return
React.useRef(getOptions(editor)).current
33
}
Callers
2
InsertActionDefault
Function · 0.90
SplitActionDefault
Function · 0.90
Calls
1
getOptions
Function · 0.90
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…