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

Method _isRowSelectorRequired

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

Source from the content-addressed store, hash-verified

695 }
696
697 get _isRowSelectorRequired() {
698 return this.rows.length > 0 && this._getSelection()?.isRowSelectorRequired();
699 }
700
701 get _scrollContainer() {
702 return this._getVirtualizer() ? this._tableElement : findVerticalScrollContainer(this);

Callers

nothing calls this directly

Calls 2

_getSelectionMethod · 0.95
isRowSelectorRequiredMethod · 0.80

Tested by

no test coverage detected