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

Function if

src/BaseTable.js:754–756  ·  view source on GitHub ↗
(this.getTotalRowsHeight() !== this._totalRowsHeight)

Source from the content-addressed store, hash-verified

752
753 if (estimatedRowHeight) {
754 if (this.getTotalRowsHeight() !== this._totalRowsHeight) {
755 this.forceUpdate();
756 }
757 }
758 }
759

Callers 1

BaseTable.jsFile · 0.85

Calls 1

getTotalRowsHeightMethod · 0.80

Tested by

no test coverage detected