cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

SAP Analytics Cloud # Freezing Line

Yogeshwar_M
Active Participant
0 Likes
338

Hi Expert,

Is it possible to change the colour of freezing line in table.

Thanks in advance.

Accepted Solutions (0)

Answers (1)

Answers (1)

Ivan_Camac
Participant

Hi Yogeshwar,

Yes you can change the colour of the line (but only the colour, nothing else about it unfortunately). You would do this with custom css in your story. First, add a custom css class to your table. I have used 'custom' for example:

Ivan_C_1-1740064512601.png

Then in the custom css for your story, add code as follows:

 

.custom .sap-custom-table-freeze-lines {
	border-color: #FF6600;
}

Ivan_C_2-1740064727728.png

 

Cheers, Ivan.