()
| 717 | } |
| 718 | |
| 719 | get _ariaDescription() { |
| 720 | return this._getSelection()?.getAriaDescriptionForTable(); |
| 721 | } |
| 722 | |
| 723 | get _ariaRowCount() { |
| 724 | return this._getVirtualizer()?.rowCount || this.rows.length + 1; |
nothing calls this directly
no test coverage detected