borderCollapse

object borderCollapse extends Style

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
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

def :=[Builder, T](v: T)(implicit ev: StyleValue[Builder, T]): StylePair[Builder, T]

Creates an StylePair from an Style and a value of type T, if there is an StyleValue of the correct type.

Creates an StylePair from an Style and a value of type T, if there is an StyleValue of the correct type.

Inherited from:
Style
def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product

Concrete fields

lazy val collapse: StylePair[Builder, String]

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: StylePair[Builder, String]

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