
- 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
10-12-2022 01:33 PM
Definitely not possible OOTB

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-13-2022 09:55 AM
yeah, I figured that out. i was wondering any workaround that the fulfillers could use.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-13-2022 11:13 AM
Hello,
As Mike informed there is not way OOTB we can achieve it. Also I have not seen any such functionlity out there even with customizing the list view.
Please mark answer correct/helpful based on Impact.

- 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;