[ACS-6489] Use resizable option to disable resize on thumbnail column (#3590)

This commit is contained in:
MichalKinas
2024-01-26 08:50:39 +01:00
committed by GitHub
parent 3f04f05da5
commit baeffc9416
11 changed files with 40 additions and 8 deletions

View File

@@ -40,6 +40,7 @@
[type]="column.type"
[format]="column.format"
[draggable]="column.draggable"
[resizable]="column.resizable"
[class]="column.class"
[sortable]="column.sortable"
[isHidden]="column.isHidden"
@@ -59,6 +60,7 @@
[format]="column.format"
[class]="column.class"
[draggable]="column.draggable"
[resizable]="column.resizable"
[sortable]="column.sortable"
[isHidden]="column.isHidden"
>