Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/handsontable/handsontable
/ ghostTable.spec.js
File
ghostTable.spec.js
handsontable/src/utils/__tests__/ghostTable.spec.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
describe(
'GhostTable'
, () => {
2
3
const
hotSettings = {
4
data: [[
'A'
,
'1'
,
'A\nB\nC'
], [
'B'
,
'2'
,
'A-----B-------C'
], [
'C'
,
'3'
,
'A---\n--B-------C'
]]
Callers
nothing calls this directly
Calls
15
$
Function · 0.85
it
Function · 0.85
handsontable
Function · 0.85
getThemeLayout
Function · 0.85
addColumn
Method · 0.80
getHeights
Method · 0.80
injectTable
Method · 0.80
isVertical
Method · 0.80
isHorizontal
Method · 0.80
createRow
Method · 0.65
destroy
Function · 0.50
appendTo
Method · 0.45
Tested by
no test coverage detected