
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2022 12:17 PM - edited 10-12-2022 12:23 PM
Hi all,
we have a custom table with 50-something fields and the fulfillment teams check the list view of the record. when they are scrolling toward the middle of the screen or toward the very right, they want the number field to be constantly seen no matter where the scroll bar is.
please note that I have used the RITM table just as an example.
we want the behaviour something like below
Thanks,
Ravish
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2022 05:25 AM
one of our team members was able to define the below field style for the field and able to freeze the data of the column in the list view. the solution is not ideal but it worked for the users.
Style:
background-image: url('images/sa.alerts_severity/warning16x16.jpg');
font-size:15px;
color:black;
position: -webkit-sticky;
position: sticky;
width: 100px !important;
min-width: 100px;
max-width: 100px;
min-height: 100%;
left: 0px;
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2022 06:01 AM
Creative approach. Thanks for sharing.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2024 12:28 AM
Thanks Ravish,
It worked fine for me.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2025 12:43 AM
where do we need to write this script? I am not able to find the exact place, is this in configure dictionary?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2024 05:31 AM
Column headers for reports in a dashboard behave this way when the user does not have Next Experience enabled. The user preference "glide.ui.polaris.use" needs to be set to true.