TableTags

trait TableTags[T[_ <: DomHtmlElement], DomHtmlElement, HtmlTable <: DomHtmlElement, HtmlTableCaption <: DomHtmlElement, HtmlTableCol <: DomHtmlElement, HtmlTableSection <: DomHtmlElement, HtmlTableRow <: DomHtmlElement, HtmlTableCell <: DomHtmlElement]
class Object
trait Matchable
class Any

Value members

Concrete fields

lazy val caption: T[HtmlTableCaption]

The title of a table.

The title of a table.

MDN

lazy val col: T[HtmlTableCol]

A single column.

A single column.

MDN

lazy val colGroup: T[HtmlTableCol]

A set of columns.

A set of columns.

MDN

lazy val table: T[HtmlTable]

Represents data with more than one dimension.

Represents data with more than one dimension.

MDN

lazy val tbody: T[HtmlTableSection]

The table body.

The table body.

MDN

lazy val td: T[HtmlTableCell]

A single cell in a table.

A single cell in a table.

MDN

lazy val tfoot: T[HtmlTableSection]

The table footer.

The table footer.

MDN

lazy val th: T[HtmlTableCell]

A header cell in a table.

A header cell in a table.

MDN

lazy val thead: T[HtmlTableSection]

The table headers.

The table headers.

MDN

lazy val tr: T[HtmlTableRow]

A single row in a table.

A single row in a table.

MDN