List View: Is there a way to control a list field length with 'no_truncate' attribute?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2024 01:28 AM
We have a requirement to show incident 'description' full text in list view.
The list 'description' field length became too long that cannot be fit into one screen, after setting attribute 'no_truncate=true' to show the full text.
Test with style " width: 800px !important;" with no effect.
Anyone would have an idea how to limit the 'no_truncate' field list display length?
Thanks in advance.
Regards, Vincent Wong
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2024 03:28 AM
Hi @Vincent Wong1 ,
Please refer to the below article which might help you to resolve your issue.
Thanks & Regards,
Anitha H V
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2024 03:47 AM
Hi @Vincent Wong1 ,
Go to > System Properties > UI Properties.
search for > glide.ui.list_chars and set the number as 500 or desired (default is 40).
I hope this helps...
☑️ Please mark responses as HELPFUL or ACCEPT SOLUTION to assist future users in finding the right solution....