How to wrap text in embedded list

farooque
Kilo Contributor

I am using embedded list in one of my form but when user inserts the text in the field it comes in the single line (please see the screenshot), Is there any way so that I can wrap the text in the column or fix the with of the column so that there will be no scroll bar at the bottom.

I want wall the data entered by the user to be displayed in the list so I can not use truncate attribute.

no-word-wrap.jpg

Thanks

6 REPLIES 6

Anurag Tripathi
Mega Patron
Mega Patron

Try this



glide.ui.list.detail_rowEnables (true) or disables (false) detail rows in lists. This property is available starting with the Fuji release.
  • Type: true | false
  • Default value: false
  • Location: Add to the System Property [sys_properties] table
-Anurag

I have tried this but this didn't worked for my issue, I am using embedded list of custom table in one of the section in change from there is one assessment field with 4000 char limit. The text in this field is not getting wrapped.



issue.jpg


ensure this attribute is not enabled on your dictionary (assessment)



no_truncatetrue/falseany string fieldIn a list view, shows the entire text value of the multi-text value in a list, without truncating it. Without this attribute the string is truncated based on the UI Property 'Number of characters displayed in list cells' which is 40 by default.
-Anurag

I have made in enable because customer want all the data in field should be displayed in the embedded list.