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

Creative approach. Thanks for sharing.

Thanks Ravish,

 

It worked fine for me.

where do we need to write this script? I am not able to find the exact place, is this in configure dictionary?

 

Sarah15
Tera Expert

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.