Skip to content

Commit e6c9efc

Browse files
authored
Merge pull request #145 from youda97/master
Update sorting arrows
2 parents 7ae72f4 + e9eb3fc commit e6c9efc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/table/table.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ import { getScrollbarWidth } from "../common/utils";
184184
class="bx--table-sort-v2"
185185
[ngClass]="{
186186
'bx--table-sort-v2--active': column.sorted,
187-
'bx--table-sort-v2--ascending': column.descending
187+
'bx--table-sort-v2--ascending': column.ascending
188188
}"
189189
(click)="sort.emit(i)">
190190
<span *ngIf="!column.template" [title]="column.data">{{column.data}}</span>

0 commit comments

Comments
 (0)