List of headings
Array of rows data.
The tbody
element for the body with all the rows.
Generates the cell value for a table cell.
If value is a array, it generates a ul
list, else a plain text.
Value to insert in the cell.
td
element for the cell.
Generates the heading for the HTMLTable.
List of heading for the table.
The thead
element for the header with all the headings.
Generates a HTMLTable with given headings and data.
List of headings
Rows of data
The HTMLTable with the data and headings.
Get's the maximum row a header can span.
The list heading for the table.
Returns 1 if no sub heading exists, 2 otherwise.
Generated using TypeDoc
Generates the body for the HTMLTable.