MCPcopy 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

isSelectedMethod · 0.95
hasSelectedRowMethod · 0.95
areAllRowsSelectedMethod · 0.95
_selectRowMethod · 0.95
_selectHeaderRowMethod · 0.95
isSelectedMethod · 0.80
setSelectedMethod · 0.80
getRowByKeyFunction · 0.80
isSelectedMethod · 0.80
setSelectedMethod · 0.80
areAllRowsSelectedMethod · 0.80
_handleRangeSelectionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected