cancel
Showing results for 
Search instead for 
Did you mean: 

How to add border color for table row - SAP UI5

28122001
Explorer
0 Kudos

I can able to add/change row color dynamically but need to add/change table row border color dynamically
By using custom data

here is my css ,

tr[data-Colour="Nc"] {
    background: #ECF0F1 !important;
    border-color: green !important;
}

Accepted Solutions (0)

Answers (0)