mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-06-30 18:15:11 +00:00
enable focus from column definititon
This commit is contained in:
parent
fe802f29c0
commit
e4ae7b2466
@ -197,7 +197,7 @@
|
|||||||
</ng-container>
|
</ng-container>
|
||||||
</div>
|
</div>
|
||||||
<div *ngIf="col.template" class="adf-datatable-cell-container">
|
<div *ngIf="col.template" class="adf-datatable-cell-container">
|
||||||
<div class="adf-cell-value">
|
<div class="adf-cell-value" [attr.tabindex]="col.focus ? 0 : null">
|
||||||
<ng-container
|
<ng-container
|
||||||
[ngTemplateOutlet]="col.template"
|
[ngTemplateOutlet]="col.template"
|
||||||
[ngTemplateOutletContext]="{ $implicit: { data: data, row: row, col: col }, value: data.getValue(row, col, resolverFn) }">
|
[ngTemplateOutletContext]="{ $implicit: { data: data, row: row, col: col }, value: data.getValue(row, col, resolverFn) }">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user