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

Function columnWidth

src/components/Table/RNTable.ts:114–119  ·  view source on GitHub ↗
(sizes: ColumnSize[])

Source from the content-addressed store, hash-verified

112 widget.setShowGrid(showGrid);
113 },
114 set columnWidth(sizes: ColumnSize[]) {
115 for (const { column, width } of sizes) {
116 verifyRanges(cellRange, { column });
117 widget.setColumnWidth(column, width);
118 }
119 },
120 set rowHeight(sizes: RowSize[]) {
121 for (const { row, width } of sizes) {
122 verifyRanges(cellRange, { row });

Callers

nothing calls this directly

Calls 1

verifyRangesFunction · 0.85

Tested by

no test coverage detected