emptyCells

object emptyCells extends Style[String]

he empty-cells CSS property specifies how user agents should render borders and backgrounds around cells that have no visible content.

he empty-cells CSS property specifies how user agents should render borders and backgrounds around cells that have no visible content.

MDN

class Style[String]
class Key
class Object
trait Matchable
class Any

Value members

Concrete fields

lazy val hide: StyleSetter

Is a keyword indicating that no border or backgrounds should be drawn.

Is a keyword indicating that no border or backgrounds should be drawn.

MDN

lazy val show: StyleSetter

Is a keyword indicating that borders and backgrounds should be drawn like in a normal cells.

Is a keyword indicating that borders and backgrounds should be drawn like in a normal cells.

MDN

Inherited fields

override val name: String
Inherited from
Style