borderCollapse

object borderCollapse extends Style[String]

The border-collapse CSS property selects a table's border model. This has a big influence on the look and style of the table cells.

The border-collapse CSS property selects a table's border model. This has a big influence on the look and style of the table cells.

MDN

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

Value members

Concrete fields

lazy val collapse: StyleSetter

Is a keyword requesting the use of the collapsed-border table rendering model.

Is a keyword requesting the use of the collapsed-border table rendering model.

MDN

lazy val separate: StyleSetter

Is a keyword requesting the use of the separated-border table rendering model. It is the default value.

Is a keyword requesting the use of the separated-border table rendering model. It is the default value.

MDN

Inherited fields

override val name: String
Inherited from
Style