Hello,
I have created multiple tables in my application. For one specific table, I want to use CSS. If I write as below, then my css is being applied to all tables within my application-
tr[data-mydata="PTS"]{ background: #ff3333!important;}
How can I restrict it to a single table? I have tried the following combinations, but it doesn't work.
CSS-
View-
Regards
Meenakshi