Freeze First Column ( e.g Incident Number) in List View
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-03-2022 11:37 PM
I have a requirement from my client to Freeze the first column on the table in list view. Just like freeze row and column in excel. By feature service now is providing this feature on the top (header row), however this is not available to freeze numbers (which is unique). Any assistance may help.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-03-2022 11:48 PM
Hello,
Unfortunately there is currently no way you can freeze the first column in the list view .
Please mark my answer as correct based on Impact.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-09-2024 07:53 AM
Hello Deepali,
I found this:
https://www.servicenow.com/community/developer-forum/how-do-we-freeze-columns-not-column-headers/m-p...
Solution from Ravish Shetty
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
‎08-09-2024 08:27 AM
I was able to reproduce and this is the result on the Incident table: