Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/UI5/webcomponents
/ _getRowSize
Method
_getRowSize
packages/main/src/YearRangePicker.ts:158–160 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
156
}
157
158
_getRowSize() {
159
return
this._shouldShowOneColumn() ? 1 : 2;
160
}
161
162
_getInitialFocusedIndex() {
163
return
2;
Callers
3
_getYearRanges
Method · 0.95
_onkeydown
Method · 0.95
_onHomeOrEnd
Method · 0.95
Calls
1
_shouldShowOneColumn
Method · 0.95
Tested by
no test coverage detected