Module moxie_dom::elements::table  [−][src]
Expand description
The elements here are used to create and handle tabular data.
Structs
The HTML Table Caption element (<caption>) specifies the caption (or title) of a
table, and if used is always the first child of a <table>.
The HTML Table Caption element (<caption>) specifies the caption (or title) of a
table, and if used is always the first child of a <table>.
The HTML <col> element defines a column within a table and is used for defining
common semantics on all common cells. It is generally found within a <colgroup>
element.
The HTML <col> element defines a column within a table and is used for defining
common semantics on all common cells. It is generally found within a <colgroup>
element.
The HTML <colgroup> element defines a group of columns within a table.
The HTML <colgroup> element defines a group of columns within a table.
The HTML <table> element represents tabular data — that is, information presented
in a two-dimensional table comprised of rows and columns of cells containing data.
The HTML <table> element represents tabular data — that is, information presented
in a two-dimensional table comprised of rows and columns of cells containing data.
The HTML Table Body element (<tbody>) encapsulates a set of table rows
(<tr> elements), indicating that they comprise the body of the table
(<table>).
The HTML Table Body element (<tbody>) encapsulates a set of table rows
(<tr> elements), indicating that they comprise the body of the table
(<table>).
The HTML <td> element defines a cell of a table that contains data. It participates
in the table model.
The HTML <td> element defines a cell of a table that contains data. It participates
in the table model.
The HTML <tfoot> element defines a set of rows summarizing the columns of the
table.
The HTML <tfoot> element defines a set of rows summarizing the columns of the
table.
The HTML <th> element defines a cell as header of a group of table cells. The exact
nature of this group is defined by the scope and headers attributes.
The HTML <th> element defines a cell as header of a group of table cells. The exact
nature of this group is defined by the scope and headers attributes.
The HTML <thead> element defines a set of rows defining the head of the columns of
the table.
The HTML <thead> element defines a set of rows defining the head of the columns of
the table.
The HTML <tr> element defines a row of cells in a table. The row’s cells can then
be established using a mix of <td> (data cell) and <th> (header cell)
elements.
The HTML <tr> element defines a row of cells in a table. The row’s cells can then
be established using a mix of <td> (data cell) and <th> (header cell)
elements.
Functions
The HTML Table Caption element (<caption>) specifies the caption (or title) of a
table, and if used is always the first child of a <table>.
The HTML <col> element defines a column within a table and is used for defining
common semantics on all common cells. It is generally found within a <colgroup>
element.
The HTML <colgroup> element defines a group of columns within a table.
The HTML <table> element represents tabular data — that is, information presented
in a two-dimensional table comprised of rows and columns of cells containing data.
The HTML Table Body element (<tbody>) encapsulates a set of table rows
(<tr> elements), indicating that they comprise the body of the table
(<table>).
The HTML <td> element defines a cell of a table that contains data. It participates
in the table model.
The HTML <tfoot> element defines a set of rows summarizing the columns of the
table.
The HTML <th> element defines a cell as header of a group of table cells. The exact
nature of this group is defined by the scope and headers attributes.
The HTML <thead> element defines a set of rows defining the head of the columns of
the table.
The HTML <tr> element defines a row of cells in a table. The row’s cells can then
be established using a mix of <td> (data cell) and <th> (header cell)
elements.