MCPcopy Create free account
hub / github.com/UI5/webcomponents / _getVirtualizer

Method _getVirtualizer

packages/main/src/Table.ts:501–503  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

499 }
500
501 _getVirtualizer(): TableVirtualizer | undefined {
502 return this._findFeature<TableVirtualizer>("TableVirtualizer");
503 }
504
505 _getGrowing(): TableGrowing | undefined {
506 return this._findFeature<TableGrowing>("TableGrowing");

Callers 4

stylesMethod · 0.95
_scrollContainerMethod · 0.95
_ariaRowCountMethod · 0.95
_onkeydownMethod · 0.80

Calls 1

_findFeatureMethod · 0.95

Tested by

no test coverage detected