See Grid#recomputeGridSize
(index = 0)
| 313 | |
| 314 | /** See Grid#recomputeGridSize */ |
| 315 | recomputeRowHeights(index = 0) { |
| 316 | if (this.Grid) { |
| 317 | this.Grid.recomputeGridSize({ |
| 318 | rowIndex: index, |
| 319 | }); |
| 320 | } |
| 321 | } |
| 322 | |
| 323 | /** See Grid#scrollToPosition */ |
| 324 | scrollToPosition(scrollTop = 0) { |
no test coverage detected