mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-12 17:04:57 +00:00
Revert "Added tabindex for data table"
This reverts commit e51984c33cf7e92502ea5f4ff329d7f7142b692b.
This commit is contained in:
parent
e51984c33c
commit
25f91beab6
@ -31,7 +31,7 @@
|
||||
</thead>
|
||||
<tbody>
|
||||
|
||||
<tr *ngFor="let row of data.getRows(); let idx = index" tabindex="0">
|
||||
<tr *ngFor="let row of data.getRows(); let idx = index">
|
||||
<td *ngIf="multiselect">
|
||||
<label
|
||||
class="mdl-checkbox mdl-js-checkbox mdl-js-ripple-effect mdl-data-table__select"
|
||||
|
Loading…
x
Reference in New Issue
Block a user