See Grid#measureAllCells
()
| 296 | |
| 297 | /** See Grid#measureAllCells */ |
| 298 | measureAllRows() { |
| 299 | if (this.Grid) { |
| 300 | this.Grid.measureAllCells(); |
| 301 | } |
| 302 | } |
| 303 | |
| 304 | /** CellMeasurer compatibility */ |
| 305 | recomputeGridSize({columnIndex = 0, rowIndex = 0}: CellPosition = {}) { |