Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/UI5/webcomponents
/ getRowKey
Method
getRowKey
packages/main/src/TableSelection.ts:146–148 ·
view source on GitHub ↗
(row: TableRow)
Source
from the content-addressed store, hash-verified
144
}
145
146
getRowKey(row: TableRow): string {
147
return
row.rowKey ||
""
;
148
}
149
150
isSelected(row: TableRowBase): boolean {
151
if
(!this._table || !this.isSelectable()) {
Callers
13
isSelected
Method · 0.95
hasSelectedRow
Method · 0.95
areAllRowsSelected
Method · 0.95
_selectRow
Method · 0.95
_selectHeaderRow
Method · 0.95
isSelected
Method · 0.80
setSelected
Method · 0.80
getRowByKey
Function · 0.80
isSelected
Method · 0.80
setSelected
Method · 0.80
areAllRowsSelected
Method · 0.80
_handleRangeSelection
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected