I have multiples of 2 rows in my table as below. I wanted to hide 2nd row pattern everywhere in my table on page load.
I tried to hide using class "a-IRR-header" but it hides both the rows since it is a common class for both the rows.
<tr>
<th colspan="4" class="a-IRR-header a-IRR-header--group" id="B139078761545827132_1">Basis</th>
</tr>
<tr>
<th class="a-IRR-header" id="C139079212590827137"><a data-column="139079212590827137" href="#">Sl</a></th>
<th class="a-IRR-header" id="C139078981375827134"><a data-column="139078981375827134" href="#">Question</a></th>
<th class="a-IRR-header" id="C139079056068827135"><a data-column="139079056068827135" href="#">Answer</a></th>
</tr>
First of all i think you should review the syntax of your classes, too many capitalized letters (this is a personal opinion but it will help you).
I don't really understand what you're trying to do but you can use the CSS selector :
If you really need to hide it on load you can use something's like :