Table

In HTML, the <table> tag is used to create a table. Tables are used to display data in rows and columns, with each cell containing a piece of information. Tables are a fundamental part of HTML for organizing and presenting structured data.

(ChatGPT, February 26, 2024)

Constructors

Link copied to clipboard
constructor(attributes: Attributes, tHead: THeadInterface)
constructor(attributes: Attributes, tBody: TBodyInterface)
constructor(attributes: Attributes, tFoot: TFootInterface)
constructor(classes: ClassesInterface, tHead: THeadInterface)
constructor(classes: ClassesInterface, tBody: TBodyInterface)
constructor(classes: ClassesInterface, tFoot: TFootInterface)
constructor(attributes: Attributes, classes: ClassesInterface, tHead: THeadInterface)
constructor(attributes: Attributes, classes: ClassesInterface, tBody: TBodyInterface)
constructor(attributes: Attributes, classes: ClassesInterface, tFoot: TFootInterface)
constructor(attributes: Attributes, tHead: THeadInterface, tBody: TBodyInterface)
constructor(attributes: Attributes, tHead: THeadInterface, tFoot: TFootInterface)
constructor(attributes: Attributes, tBody: TBodyInterface, tFoot: TFootInterface)
constructor(classes: ClassesInterface, tHead: THeadInterface, tBody: TBodyInterface)
constructor(classes: ClassesInterface, tHead: THeadInterface, tFoot: TFootInterface)
constructor(classes: ClassesInterface, tBody: TBodyInterface, tFoot: TFootInterface)
constructor(attributes: Attributes, tHead: THeadInterface, tBody: TBodyInterface, tFoot: TFootInterface)
constructor(classes: ClassesInterface, tHead: THeadInterface, tBody: TBodyInterface, tFoot: TFootInterface)
constructor(attributes: Attributes, classes: AttributeInterface, tHead: THeadInterface, tBody: TBodyInterface, tFoot: TFootInterface)

Functions

Link copied to clipboard
open override fun build(): TagInterface
Link copied to clipboard
fun string(): String