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

Method forceUpdate

source/Collection/Collection.js:68–72  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

66 }
67
68 forceUpdate() {
69 if (this._collectionView !== undefined) {
70 this._collectionView.forceUpdate();
71 }
72 }
73
74 /** See Collection#recomputeCellSizesAndPositions */
75 recomputeCellSizesAndPositions() {

Callers 15

forceUpdateGridMethod · 0.80
clearCellPositionsMethod · 0.80
renderMethod · 0.80
forceUpdateGridMethod · 0.80
MultiGrid.jest.jsFile · 0.80
forceUpdateGridsFunction · 0.80
recomputeGridSizeFunction · 0.80
Grid.jest.jsFile · 0.80
Collection.jest.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected