MCPcopy Index your code
hub / github.com/UI5/webcomponents / _onColumnHeaderKeydown

Method _onColumnHeaderKeydown

packages/compat/src/Table.ts:885–890  ·  view source on GitHub ↗
(e: KeyboardEvent)

Source from the content-addressed store, hash-verified

883 }
884
885 _onColumnHeaderKeydown(e: KeyboardEvent) {
886 if (isSpace(e)) {
887 e.preventDefault();
888 this.isMultiSelect && this._selectAll();
889 }
890 }
891
892 _onLoadMoreKeydown(e: KeyboardEvent) {
893 if (isSpace(e)) {

Callers

nothing calls this directly

Calls 2

_selectAllMethod · 0.95
isSpaceFunction · 0.85

Tested by

no test coverage detected