* Set the items to render * @param {Array} items
(items)
| 59 | * @param {Array} items |
| 60 | */ |
| 61 | setItems(items) { |
| 62 | this.items = items; |
| 63 | this.renderedRange = { start: -1, end: -1 }; |
| 64 | this.render(); |
| 65 | } |
| 66 | |
| 67 | /** |
| 68 | * Handle scroll events with RAF throttling |
no test coverage detected