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

Function forceUpdateGrids

source/MultiGrid/MultiGrid.js:105–110  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

103 }
104
105 forceUpdateGrids() {
106 this._bottomLeftGrid && this._bottomLeftGrid.forceUpdate();
107 this._bottomRightGrid && this._bottomRightGrid.forceUpdate();
108 this._topLeftGrid && this._topLeftGrid.forceUpdate();
109 this._topRightGrid && this._topRightGrid.forceUpdate();
110 }
111
112 /** See Grid#invalidateCellSizeAfterRender */
113 invalidateCellSizeAfterRender({columnIndex = 0, rowIndex = 0} = {}) {

Callers

nothing calls this directly

Calls 1

forceUpdateMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…