Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/UI5/webcomponents
/ isMultiSelectable
Method
isMultiSelectable
packages/main/src/TableSelection.ts:130–132 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
128
}
129
130
isMultiSelectable(): boolean {
131
return
this.mode === TableSelectionMode.Multiple;
132
}
133
134
isRowSelectorRequired(): boolean {
135
return
this.mode !== TableSelectionMode.None;
Callers
8
onTableBeforeRendering
Method · 0.95
_invalidateTableAndRows
Method · 0.95
_onkeydown
Method · 0.95
_onSelectionChange
Function · 0.45
_isMultiSelect
Function · 0.45
_ariaMultiSelectable
Method · 0.45
getAriaDescriptionForTable
Function · 0.45
checkSelection
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected