[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:
MichalKinas
2024-12-05 09:55:24 +01:00
committed by GitHub
parent 88eb654c30
commit 60a9565c71
11 changed files with 182 additions and 20 deletions

View File

@@ -51,4 +51,5 @@ export interface DocumentListPresetRef extends ExtensionElement {
};
draggable?: boolean;
resizable?: boolean;
maxTextLength?: number;
}