()
| 699 | } |
| 700 | |
| 701 | get _scrollContainer() { |
| 702 | return this._getVirtualizer() ? this._tableElement : findVerticalScrollContainer(this); |
| 703 | } |
| 704 | |
| 705 | get _stickyElements() { |
| 706 | const stickyRows = this.headerRow.filter(row => row.sticky); |
nothing calls this directly
no test coverage detected