MCPcopy Create free account
hub / github.com/Autodesk/react-base-table / resetAfterRowIndex

Function resetAfterRowIndex

src/GridTable.js:30–33  ·  view source on GitHub ↗
(rowIndex = 0, shouldForceUpdate)

Source from the content-addressed store, hash-verified

28 }
29
30 resetAfterRowIndex(rowIndex = 0, shouldForceUpdate) {
31 if (!this.props.estimatedRowHeight) return;
32 this.bodyRef && this.bodyRef.resetAfterRowIndex(rowIndex, shouldForceUpdate);
33 }
34
35 forceUpdateTable() {
36 this.headerRef && this.headerRef.forceUpdate();

Callers

nothing calls this directly

Calls 1

resetAfterRowIndexMethod · 0.80

Tested by

no test coverage detected