mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[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:
committed by
Eugenio Romano
parent
ba908e5f0e
commit
d6ac81c28a
@@ -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"
|
||||
|
Reference in New Issue
Block a user