We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9ee31f8 + 0611bb1 commit 89d9efdCopy full SHA for 89d9efd
src/table/head/table-head-cell.component.ts
@@ -22,7 +22,7 @@ import { TableHeaderItem } from "../table-header-item.class";
22
aria-live="polite"
23
[ngClass]="{
24
'cds--table-sort--active': column.sorted,
25
- 'cds--table-sort--ascending': column.ascending
+ 'cds--table-sort--descending': column.ascending
26
}"
27
(click)="onClick()">
28
<span
0 commit comments