1
I have a table and I need to hide an entire column when it opens in a specific resolution.
I tried to use the display: none
but the borders of the table appear at the end of the line, even if every column is hidden.
I tried to use the visibility: hidden
and/or visibility: collapse
, but only hides the content, does not hide the entire column.
How can I do that?
Put your code down.
– Taisbevalle