()
| 495 | } |
| 496 | |
| 497 | _getSelection(): TableSelectionBase | TableSelection | undefined { |
| 498 | return this._findFeature<TableSelectionBase>("TableSelectionBase") || this._findFeature<TableSelection>("TableSelection"); |
| 499 | } |
| 500 | |
| 501 | _getVirtualizer(): TableVirtualizer | undefined { |
| 502 | return this._findFeature<TableVirtualizer>("TableVirtualizer"); |
no test coverage detected