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

Function sortItems

src/components/Table/RNTable.ts:100–103  ·  view source on GitHub ↗
({ column, order }: Sort)

Source from the content-addressed store, hash-verified

98 widget.setCurrentCell(row, column);
99 },
100 set sortItems({ column, order }: Sort) {
101 verifyRanges(cellRange, { column });
102 widget.sortItems(column, order);
103 },
104 set selectedColumn(column: number) {
105 verifyRanges(cellRange, { column });
106 widget.selectColumn(column);

Callers

nothing calls this directly

Calls 1

verifyRangesFunction · 0.85

Tested by

no test coverage detected