* Returns the number of renderable rows. * * @returns {number}
()
| 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. |
no test coverage detected