Commit c304655
update(ui-grid-header-cell): Enable sorting on grid header cell for enter & space-bar keys.
Issue Description: User is unable to perform sorting actions using keyboard keys on Grid Column Header cell. We have to enable Column Header Menu to perform sorting through Menu option.
Proposed Fix: Updated handleKeyDown method to perform sorting on Enter and Spacebar keys in ui-grid-header-cell.js file.
Testing Details:
Unit tests - PASS
Manual testing - PASS
E2E testing - PASS1 parent 660f518 commit c304655
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
161 | 161 | | |
162 | 162 | | |
163 | 163 | | |
164 | | - | |
| 164 | + | |
165 | 165 | | |
| 166 | + | |
166 | 167 | | |
167 | 168 | | |
168 | 169 | | |
| |||
0 commit comments