how do we freeze columns (not column headers)

Ravish Shetty
Tera Guru

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.

 

RavishShetty_0-1665602321620.png

 

we want the behaviour something like below

 

RavishShetty_0-1665602617661.png

 

Thanks,

Ravish

 

1 ACCEPTED SOLUTION

Ravish Shetty
Tera Guru

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.

 

RavishShetty_0-1668691500110.png

 

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;

 

View solution in original post

8 REPLIES 8

Mike_R
Kilo Patron
Kilo Patron

Definitely not possible OOTB

yeah, I figured that out. i was wondering any workaround that the fulfillers could use.

Saurav11
Kilo Patron
Kilo Patron

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.

Ravish Shetty
Tera Guru

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.

 

RavishShetty_0-1668691500110.png

 

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;