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

Method forceUpdateGrid

source/List/List.js:115–119  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

113 Grid: ?React.ElementRef<typeof Grid>;
114
115 forceUpdateGrid() {
116 if (this.Grid) {
117 this.Grid.forceUpdate();
118 }
119 }
120
121 /** See Grid#getOffsetForCell */
122 getOffsetForRow({alignment, index}: {alignment: Alignment, index: number}) {

Callers 1

List.jest.jsFile · 0.45

Calls 1

forceUpdateMethod · 0.80

Tested by

no test coverage detected