mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
not sortable id and lock (#5949)
This commit is contained in:
@@ -326,11 +326,13 @@
|
|||||||
<data-column
|
<data-column
|
||||||
class="app-full-width adf-ellipsis-cell adf-desktop-only"
|
class="app-full-width adf-ellipsis-cell adf-desktop-only"
|
||||||
title="{{'DOCUMENT_LIST.COLUMNS.NODE_ID' | translate}}"
|
title="{{'DOCUMENT_LIST.COLUMNS.NODE_ID' | translate}}"
|
||||||
|
[sortable]="false"
|
||||||
key="id">
|
key="id">
|
||||||
</data-column>
|
</data-column>
|
||||||
|
|
||||||
<data-column
|
<data-column
|
||||||
title="{{'DOCUMENT_LIST.COLUMNS.IS_LOCKED' | translate}}"
|
title="{{'DOCUMENT_LIST.COLUMNS.IS_LOCKED' | translate}}"
|
||||||
key="id"
|
key="lock"
|
||||||
[focus]="false"
|
[focus]="false"
|
||||||
[sortable]="false"
|
[sortable]="false"
|
||||||
class="app-desktop-only adf-ellipsis-cell">
|
class="app-desktop-only adf-ellipsis-cell">
|
||||||
|
Reference in New Issue
Block a user