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

Method countRenderableColumns

handsontable/src/tableView.ts:596–598  ·  view source on GitHub ↗

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

()

Source from the content-addressed store, hash-verified

594 * @returns {number}
595 */
596 countRenderableColumns() {
597 return this.countRenderableIndexes(this.hot.columnIndexMapper, this.settings.maxCols!);
598 }
599
600 /**
601 * Returns the number of renderable rows.

Callers 2

initializeWalkontableMethod · 0.95

Calls 1

Tested by

no test coverage detected