Forums
Home / Plugin: TablePress - Tables in WordPress made easy / Empty
(@iarias)
1 year, 10 months ago
how to hide empty columns ?
(@tobiasbg)
Hi,
thanks for your post, and sorry for the trouble.
My recommendation would be to simply delete the empty column on the table’s “Edit” screen.
Alternatively, you could try hiding the cells with CSS code like
.tablepress-id-123 thead th:empty, .tablepress-id-123 tbody td:empty { display: none; }
Regards,Tobias