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

Method recomputeRowHeights

source/Table/Table.js:315–321  ·  view source on GitHub ↗

See Grid#recomputeGridSize

(index = 0)

Source from the content-addressed store, hash-verified

313
314 /** See Grid#recomputeGridSize */
315 recomputeRowHeights(index = 0) {
316 if (this.Grid) {
317 this.Grid.recomputeGridSize({
318 rowIndex: index,
319 });
320 }
321 }
322
323 /** See Grid#scrollToPosition */
324 scrollToPosition(scrollTop = 0) {

Callers 1

Table.jest.jsFile · 0.45

Calls 1

recomputeGridSizeMethod · 0.45

Tested by

no test coverage detected