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

Function verticalHeaderItems

src/components/Table/RNTable.ts:81–86  ·  view source on GitHub ↗
(items: VerticalHeader[])

Source from the content-addressed store, hash-verified

79 widget.setHorizontalHeaderLabels(labels);
80 },
81 set verticalHeaderItems(items: VerticalHeader[]) {
82 for (const { row, item } of items) {
83 verifyRanges(cellRange, { row });
84 widget.setVerticalHeaderItem(row, item);
85 }
86 },
87 set verticalHeaderLabels(labels: string[]) {
88 widget.setVerticalHeaderLabels(labels);
89 },

Callers

nothing calls this directly

Calls 1

verifyRangesFunction · 0.85

Tested by

no test coverage detected