CSS property: empty-cells
The empty-cells property specifies whether the borders and background of empty table cells. Table cells are considered empty if they contain no content, or if they have the visibility property value is set to hidden.
Considerations
The empty-cells property is only valid when you have set border-collapse to separate for the table.
Parent topic: CSS Properties