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 6158af5 + b732ff4 commit 0611bb1Copy full SHA for 0611bb1
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