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.
1 parent b6edd11 commit 61ad2e5Copy full SHA for 61ad2e5
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