‎2025 Jan 16 11:59 AM - edited ‎2025 Feb 06 2:00 PM
Hi Expert,
Is it possible to change the colour of freezing line in table.
Thanks in advance.
Request clarification before answering.
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:
Then in the custom css for your story, add code as follows:
.custom .sap-custom-table-freeze-lines {
border-color: #FF6600;
}
Cheers, Ivan.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 9 | |
| 6 | |
| 5 | |
| 4 | |
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.