How can I hide an HTML table row <tr> so that it takes up no space? I have several <tr>‘s set to style="display:none;", but they still affect the size of the table and the table’s border reflects the hidden rows.
How can I hide an HTML table row <tr> so that it takes up
Share
I would really like to see your TABLE’s styling. E.g. “border-collapse”
Just a guess, but it might affect how ‘hidden’ rows are being rendered.