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 7ae72f4 + e9eb3fc commit e6c9efcCopy full SHA for e6c9efc
src/table/table.component.ts
@@ -184,7 +184,7 @@ import { getScrollbarWidth } from "../common/utils";
184
class="bx--table-sort-v2"
185
[ngClass]="{
186
'bx--table-sort-v2--active': column.sorted,
187
- 'bx--table-sort-v2--ascending': column.descending
+ 'bx--table-sort-v2--ascending': column.ascending
188
}"
189
(click)="sort.emit(i)">
190
<span *ngIf="!column.template" [title]="column.data">{{column.data}}</span>
0 commit comments