mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ACS-6489] Add resizable option for column data model (#9220)
* [ACS-6489] Add resizable option for column data model * [ACS-6489] CR fixes
This commit is contained in:
@@ -50,4 +50,5 @@ export interface DocumentListPresetRef extends ExtensionElement {
|
||||
visible?: string;
|
||||
};
|
||||
draggable?: boolean;
|
||||
resizable?: boolean;
|
||||
}
|
||||
|
@@ -565,6 +565,10 @@
|
||||
"desktopOnly": {
|
||||
"description": "Display column only for large screens",
|
||||
"type": "boolean"
|
||||
},
|
||||
"resizable": {
|
||||
"description": "Toggles resizable state of the column",
|
||||
"type": "boolean"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user