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