disable cell focus for actions template

This commit is contained in:
pionnegru
2019-11-19 13:25:52 +02:00
parent e4ae7b2466
commit 7772f4a5e7

View File

@@ -318,6 +318,7 @@
<data-column <data-column
title="{{'DOCUMENT_LIST.COLUMNS.IS_LOCKED' | translate}}" title="{{'DOCUMENT_LIST.COLUMNS.IS_LOCKED' | translate}}"
key="id" key="id"
[focus]="false"
class="app-desktop-only adf-ellipsis-cell"> class="app-desktop-only adf-ellipsis-cell">
<ng-template let-entry="$implicit"> <ng-template let-entry="$implicit">
<button mat-icon-button [adf-node-lock]="entry.row.node.entry" class="app-lock-button"> <button mat-icon-button [adf-node-lock]="entry.row.node.entry" class="app-lock-button">