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

Method recomputeGridSize

source/Table/Table.js:305–312  ·  view source on GitHub ↗

CellMeasurer compatibility

({columnIndex = 0, rowIndex = 0}: CellPosition = {})

Source from the content-addressed store, hash-verified

303
304 /** CellMeasurer compatibility */
305 recomputeGridSize({columnIndex = 0, rowIndex = 0}: CellPosition = {}) {
306 if (this.Grid) {
307 this.Grid.recomputeGridSize({
308 rowIndex,
309 columnIndex,
310 });
311 }
312 }
313
314 /** See Grid#recomputeGridSize */
315 recomputeRowHeights(index = 0) {

Callers 1

recomputeRowHeightsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected