#374 Added tabindex for data table

This commit is contained in:
Vito Albano
2016-09-07 09:15:58 +01:00
parent 25f91beab6
commit a95aad8685

View File

@@ -31,7 +31,7 @@
</thead>
<tbody>
<tr *ngFor="let row of data.getRows(); let idx = index">
<tr *ngFor="let row of data.getRows(); let idx = index" tabindex="0">
<td *ngIf="multiselect">
<label
class="mdl-checkbox mdl-js-checkbox mdl-js-ripple-effect mdl-data-table__select"