UI Issue: Data is not aligned in UI under the column header - Resource Form - Requested Allocations
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-19-2022 06:28 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-19-2022 06:42 AM
Look at the solution posted here
It involves creating a new field style with center align attributes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-19-2022 06:59 AM
Hi @Anusha_Rao ,
Issue is on the field styles.
in your screenshot text is aligned to right so make field style to left.
Ex: text-align:left
https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0822509
ServiceNow Community MVP 2024.
Thanks,
Pavankumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-19-2022 01:17 PM
Hi @Pavankumar_1 @Mike_R ,
Thank you for responding to my post.
I added style to all the fields that are right aligned. But one of the field which display currency is not getting aligned though style is added.
Also I need help in displaying Sum value properly under the column as well. (Sum is not a field on that table)
So please help me with
1. Fixing alignment issue with currency type column
2. Fixing Sum displayed at the bottom of the screen. That is not a filed on the table. So how to align that sum value properly?
Thanks,
Anusha
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-21-2022 09:08 PM
Hi @Anusha_Rao ,
1. On currency field check do you have any other styles on it. And currency field is last column and try add middle and see difference.
2. For List calculations of Sum value may be not configurable. we can't apply any style or can't alter script.
ServiceNow Community MVP 2024.
Thanks,
Pavankumar