mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ACS-9012] Add the option to truncate display value in text column (#10440)
* [ACS-9012] Add the option to truncate disaplay value in text column * [ACS-9012] Use slice as substr is deprecated * [ACS-9012] Remove redundant param
This commit is contained in:
@@ -51,4 +51,5 @@ export interface DocumentListPresetRef extends ExtensionElement {
|
||||
};
|
||||
draggable?: boolean;
|
||||
resizable?: boolean;
|
||||
maxTextLength?: number;
|
||||
}
|
||||
|
Reference in New Issue
Block a user