Hi
I am using sapui5 where all the tables are preformatted
with SAP's css classes.
I have my own table where I want to remove all borders .
The table is designed with the id selector.
My question: how am I to remove SAP's class restraint
so that only my table is excluded from this class
attributes
e.g
#myTableClass :not .SAPClass>tr { border : 0px !important; }
All other tables in my HTML doc should go
on inherting SAP's original class attributes.
Any suugestion will be highly appreciated
rgds
Yuval