()
| 744 | } |
| 745 | |
| 746 | get _ariaMultiSelectable() { |
| 747 | const selection = this._getSelection(); |
| 748 | return (selection?.isSelectable() && this.rows.length) ? selection.isMultiSelectable() : undefined; |
| 749 | } |
| 750 | |
| 751 | get isTable() { |
| 752 | return true; |
nothing calls this directly
no test coverage detected