empty-cells
Description
The empty-cells property for CSS controls the rendering of borders and backgrounds around cells that have no visible content.
Syntax
CSS
empty-cells: value;
JS
object.style.emptyCells = "value";
Values
<'empty-cells'> = show | hide | inherit
show
Borders and backgrounds are drawn.
hide
Borders and backgrounds are not drawn.
inherit
Specifies the same value as the parent.
Initial
show