I have a style defined as follows:
td,th{padding:0}
Now I want to completely remove this style dynamically and not override it with some value, because I need the value inline/defaultset by the browser. Anyone who has any ideas on how to do this, feel free to answer.
source
share