MCPcopy Index your code
hub / github.com/handsontable/handsontable / createRow

Method createRow

handsontable/src/dataMap/dataMap.ts:27–27  ·  view source on GitHub ↗
(physicalIndex: number | null, amount: number)

Source from the content-addressed store, hash-verified

25interface MetaManagerLike {
26 getTableMeta(): Record<string, unknown>;
27 createRow(physicalIndex: number | null, amount: number): void;
28 createColumn(physicalIndex: number | null, amount: number): void;
29 removeRow(physicalIndex: number, amount: number): void;
30 removeColumn(physicalIndex: number, amount: number): void;

Callers 8

alterFunction · 0.65
adjustRowsAndColsFunction · 0.65
applyChangesFunction · 0.65
ghostTable.spec.jsFile · 0.65
createRowMethod · 0.65
createRowMethod · 0.65
cellMeta.unit.tsFile · 0.65

Implementers 1

MetaManagerhandsontable/src/dataMap/metaManager/i

Calls

no outgoing calls

Tested by

no test coverage detected