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

Method invalidateCellSizeAfterRender

source/List/List.js:136–143  ·  view source on GitHub ↗

CellMeasurer compatibility

({columnIndex, rowIndex}: CellPosition)

Source from the content-addressed store, hash-verified

134
135 /** CellMeasurer compatibility */
136 invalidateCellSizeAfterRender({columnIndex, rowIndex}: CellPosition) {
137 if (this.Grid) {
138 this.Grid.invalidateCellSizeAfterRender({
139 rowIndex,
140 columnIndex,
141 });
142 }
143 }
144
145 /** See Grid#measureAllCells */
146 measureAllRows() {

Callers 2

_maybeMeasureCellMethod · 0.45
Grid.jest.jsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected