MCPcopy
hub / github.com/bvaughn/react-virtualized / measureAllRows

Method measureAllRows

source/Table/Table.js:298–302  ·  view source on GitHub ↗

See Grid#measureAllCells

()

Source from the content-addressed store, hash-verified

296
297 /** See Grid#measureAllCells */
298 measureAllRows() {
299 if (this.Grid) {
300 this.Grid.measureAllCells();
301 }
302 }
303
304 /** CellMeasurer compatibility */
305 recomputeGridSize({columnIndex = 0, rowIndex = 0}: CellPosition = {}) {

Callers 1

Table.jest.jsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected