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 7c49fcb + 6f1862b commit a581766Copy full SHA for a581766
src/table/table.component.ts
@@ -200,6 +200,7 @@ import { I18n } from "./../i18n/i18n.module";
200
class="bx--table-sort-v2"
201
*ngIf="this.sort.observers.length > 0 && column.sortable"
202
[attr.aria-label]="(column.sorted && column.ascending ? sortDescendingLabel : sortAscendingLabel)"
203
+ aria-live="polite"
204
[ngClass]="{
205
'bx--table-sort-v2--active': column.sorted,
206
'bx--table-sort-v2--ascending': column.ascending
0 commit comments