MCPcopy Create free account
hub / github.com/handsontable/handsontable / countRenderableRows

Method countRenderableRows

handsontable/src/tableView.ts:605–607  ·  view source on GitHub ↗

* Returns the number of renderable rows. * * @returns {number}

()

Source from the content-addressed store, hash-verified

603 * @returns {number}
604 */
605 countRenderableRows() {
606 return this.countRenderableIndexes(this.hot.rowIndexMapper, this.settings.maxRows!);
607 }
608
609 /**
610 * Returns number of not hidden row indexes counting from the passed starting index.

Callers 2

initializeWalkontableMethod · 0.95

Calls 1

Tested by

no test coverage detected