MCPcopy Index your code
hub / github.com/nodegui/react-nodegui / rowHeight

Function rowHeight

src/components/Table/RNTable.ts:120–125  ·  view source on GitHub ↗
(sizes: RowSize[])

Source from the content-addressed store, hash-verified

118 }
119 },
120 set rowHeight(sizes: RowSize[]) {
121 for (const { row, width } of sizes) {
122 verifyRanges(cellRange, { row });
123 widget.setRowHeight(row, width);
124 }
125 },
126 set sortingEnabled(sortingEnabled: boolean) {
127 widget.setSortingEnabled(sortingEnabled);
128 },

Callers

nothing calls this directly

Calls 1

verifyRangesFunction · 0.85

Tested by

no test coverage detected