Hi Tobias,
I have a different code in CSS that doesn’t work. When I make a table visible in its entirety I see all the columns as it should. Do I adjust CSS and I hide some columns with ‘display: none’ then the columns are no longer visible, however the total width of all columns remains the same as when all columns are visible. In short, when I use ‘display: none’‘ in CSS, those columns are not visible but the visible columns are not distributed across the entire width of the screen, as they were previously resized on the screen.
Do you have a solution?