Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 409 Bytes

File metadata and controls

20 lines (15 loc) · 409 Bytes

empty-cells

The empty-cells CSS property sets whether borders and backgrounds appear around <table> cells that have no visible content.

Values

show
Borders and backgrounds are drawn like in normal cells.
hide
No borders or backgrounds are drawn.

Examples

empty-cells="show"
empty-cells="hide"
empty-cells="inherit"