[ACS-9012] Truncate text in saved searches description (#4265)

* [ACS-9012] Truncate text in saved searches description

* [ACS-9012] Truncate name column and navigation menu items

* [ACS-9012] Unit test fixes
This commit is contained in:
MichalKinas
2024-12-05 15:04:52 +01:00
committed by GitHub
parent fe8d5039bc
commit 93157d2e60
7 changed files with 33 additions and 4 deletions

View File

@@ -590,6 +590,14 @@
"description": "Toggles resizable state of the column",
"type": "boolean"
},
"draggable": {
"description": "Toggles draggable state of the column",
"type": "boolean"
},
"isHidden": {
"description": "Toggles hidden state of the column",
"type": "boolean"
},
"template": {
"description": "Column template id",
"type": "string"
@@ -597,6 +605,10 @@
"desktopOnly": {
"description": "Display column only for large screens",
"type": "boolean"
},
"maxTextLength": {
"description": "Maximum text length before truncation",
"type": "number"
}
}
},