mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-26 17:24:56 +00:00
Merge pull request #699 from Alfresco/dev-valbano-374
#374 Added tabindex for data table
This commit is contained in:
commit
32678fdbc0
@ -31,7 +31,7 @@
|
|||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<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">
|
<td *ngIf="multiselect">
|
||||||
<label
|
<label
|
||||||
class="mdl-checkbox mdl-js-checkbox mdl-js-ripple-effect mdl-data-table__select"
|
class="mdl-checkbox mdl-js-checkbox mdl-js-ripple-effect mdl-data-table__select"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user