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

Function hideRows

src/components/Table/RNTable.ts:135–140  ·  view source on GitHub ↗
(rows: number[])

Source from the content-addressed store, hash-verified

133 }
134 },
135 set hideRows(rows: number[]) {
136 for (const row of rows) {
137 verifyRanges(cellRange, { row });
138 widget.hideRow(row);
139 }
140 },
141 };
142 Object.assign(setter, newProps);
143 setViewProps(widget, newProps, oldProps);

Callers

nothing calls this directly

Calls 1

verifyRangesFunction · 0.85

Tested by

no test coverage detected