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

Method _isGrowingFeature

packages/main/src/Table.ts:609–611  ·  view source on GitHub ↗
(feature: any)

Source from the content-addressed store, hash-verified

607 }
608
609 _isGrowingFeature(feature: any) {
610 return Boolean(feature.loadMore && feature.hasGrowingComponent && isFeature<ITableGrowing>(feature, "TableGrowing"));
611 }
612
613 _onRowClick(row: TableRow) {
614 this.fireDecoratorEvent("row-click", { row });

Callers

nothing calls this directly

Calls 1

isFeatureFunction · 0.85

Tested by

no test coverage detected