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

Function hideColumns

src/components/Table/RNTable.ts:129–134  ·  view source on GitHub ↗
(columns: number[])

Source from the content-addressed store, hash-verified

127 widget.setSortingEnabled(sortingEnabled);
128 },
129 set hideColumns(columns: number[]) {
130 for (const column of columns) {
131 verifyRanges(cellRange, { column });
132 widget.hideColumn(column);
133 }
134 },
135 set hideRows(rows: number[]) {
136 for (const row of rows) {
137 verifyRanges(cellRange, { row });

Callers

nothing calls this directly

Calls 1

verifyRangesFunction · 0.85

Tested by

no test coverage detected