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:
@@ -37,6 +37,7 @@
|
||||
<data-column
|
||||
[id]="column.id"
|
||||
[draggable]="column.draggable"
|
||||
[resizable]="column.resizable"
|
||||
[key]="column.key"
|
||||
[title]="column.title"
|
||||
[type]="column.type"
|
||||
@@ -56,6 +57,7 @@
|
||||
[id]="column.id"
|
||||
[key]="column.key"
|
||||
[draggable]="column.draggable"
|
||||
[resizable]="column.resizable"
|
||||
[title]="column.title"
|
||||
[type]="column.type"
|
||||
[format]="column.format"
|
||||
|
Reference in New Issue
Block a user