Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/UI5/webcomponents
/ _getGrowing
Method
_getGrowing
packages/main/src/Table.ts:505–507 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
503
}
504
505
_getGrowing(): TableGrowing | undefined {
506
return
this._findFeature<TableGrowing>(
"TableGrowing"
);
507
}
508
509
_onEvent(e: Event) {
510
const
composedPath = e.composedPath();
Callers
3
_onGrow
Method · 0.95
_getNavigationItemsOfGrid
Method · 0.80
TableTemplate
Function · 0.80
Calls
1
_findFeature
Method · 0.95
Tested by
no test coverage detected