captionSide

object captionSide extends Style[String]

The caption-side CSS property positions the content of a table's caption on the specified side.

The caption-side CSS property positions the content of a table's caption on the specified side.

MDN

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

Value members

Concrete fields

lazy val bottom: StyleSetter

The caption box will be below the table.

The caption box will be below the table.

MDN

lazy val top: StyleSetter

The caption box will be above the table.

The caption box will be above the table.

MDN

Inherited fields

override val name: String
Inherited from
Style