mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
[ACS-6489] Use resizable option to disable resize on thumbnail column (#3590)
This commit is contained in:
@@ -49,6 +49,7 @@
|
||||
[sortingKey]="column.sortingKey || column.key"
|
||||
[isHidden]="column.isHidden"
|
||||
[draggable]="column.draggable"
|
||||
[resizable]="column.resizable"
|
||||
>
|
||||
<ng-template let-context>
|
||||
<adf-dynamic-column [id]="column.template" [context]="context"> </adf-dynamic-column>
|
||||
@@ -68,6 +69,7 @@
|
||||
[sortingKey]="column.sortingKey || column.key"
|
||||
[isHidden]="column.isHidden"
|
||||
[draggable]="column.draggable"
|
||||
[resizable]="column.resizable"
|
||||
>
|
||||
</data-column>
|
||||
</ng-container>
|
||||
|
Reference in New Issue
Block a user