I have a table and need to hide an entire column when it opens at a specific resolution.
I tried to use the display: none
but the table edges appear at the end of the line, even if every column is hidden.
I also tried to use visibility: hidden
and / or visibility: collapse
, but it only hides the content, it does not hide the entire column.
How can I do this?