[ADF-1626] Fix double tabbing issue in datatable (#2416)

* Fix double tabbing issue in datatable

* Fix accessibility issue for process list
This commit is contained in:
Popovics András
2017-10-03 22:27:24 +01:00
committed by Eugenio Romano
parent ba908e5f0e
commit d6ac81c28a
4 changed files with 48 additions and 2 deletions

View File

@@ -36,7 +36,6 @@
<tbody>
<ng-container *ngIf="!loading">
<tr *ngFor="let row of data.getRows(); let idx = index"
tabindex="0"
role="button"
[class.is-selected]="row.isSelected"
[adf-upload]="allowDropFiles && rowAllowsDrop(row)" [adf-upload-data]="row"