()
| 695 | } |
| 696 | |
| 697 | get _isRowSelectorRequired() { |
| 698 | return this.rows.length > 0 && this._getSelection()?.isRowSelectorRequired(); |
| 699 | } |
| 700 | |
| 701 | get _scrollContainer() { |
| 702 | return this._getVirtualizer() ? this._tableElement : findVerticalScrollContainer(this); |
nothing calls this directly
no test coverage detected