How to Wrap Text in a list view
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-17-2019 08:55 AM
Hello - i am trying to wrap text in a list view when the text is too long. As you will see in the attached photo, when the text is too long it just cuts off and does not go to the next line below (which i want instead of text going on and on).
Here is what i have done so far, i went to user preference and searched table.wrap and deleted any of the records where user field was populated. I left alone the 1 record where the user field was blank and system was checked off. I did all this in accordance to this link i found online. https://community.servicenow.com/community?id=community_question&sys_id=2af04ba5db98dbc01dcaf3231f961916
That did not work.
I also created (and now deleted) a system property called glide.ui.list.detail_row which also did not work. I did this in accordance to what i found on this post https://community.servicenow.com/community?id=community_question&sys_id=af9257a1db101fc01dcaf3231f9619c6
Lastly, i have enabled in my system settings the "wrap longer text in list columns" which also gave me no luck.
Any help on this would be great, thank you!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-17-2019 08:57 AM
Have you seen this??
https://community.servicenow.com/community?id=community_question&sys_id=af9257a1db101fc01dcaf3231f9619c6
You can do it gobally via setting this property
glide.ui.list.detail_row
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-18-2019 08:40 AM
Hi - i wanted to follow up to see if you had any other suggestions. Anything would help, thank you very much.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-18-2019 09:00 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-18-2019 09:19 AM
Hi - yes that is enabled and still does not work.