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

Method forceUpdateGrid

source/Table/Table.js:268–272  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

266 }
267
268 forceUpdateGrid() {
269 if (this.Grid) {
270 this.Grid.forceUpdate();
271 }
272 }
273
274 /** See Grid#getOffsetForCell */
275 getOffsetForRow({alignment, index}) {

Callers 1

Table.jest.jsFile · 0.45

Calls 1

forceUpdateMethod · 0.80

Tested by

no test coverage detected