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

Method _scrollContainer

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

Source from the content-addressed store, hash-verified

699 }
700
701 get _scrollContainer() {
702 return this._getVirtualizer() ? this._tableElement : findVerticalScrollContainer(this);
703 }
704
705 get _stickyElements() {
706 const stickyRows = this.headerRow.filter(row => row.sticky);

Callers

nothing calls this directly

Calls 2

_getVirtualizerMethod · 0.95

Tested by

no test coverage detected