_DC.Table🔗 Improved html table

accepts matrix of data–

Constructor: [data [cellAttr [headerRows [headerAttr [makeCellIds [makeRowIds]]]]]

data – matrix of data to display in the table

cellAttr – Cell Attributes

headerRows – # of header rows

headerAttr – Header attributes

makeCellIds – 1 to generate IDs <td id="tableId_r2c3">

makeRowIds – 1 to generate Row IDs <tr id="tableId_row2">

Public Fields:

Data – matrix of data to display in the table

CellAttr – Cell Attributes

HeaderRows – # of header rows

HeaderAttr – Header attributes

MakeCellIds – 1 to generate IDs <td id="tableId_r2c3">

MakeRowIds – 1 to generate Row IDs <tr id="tableId_row2">

Caption – caption to be inserted at the top of the table <caption id="tableId_caption">

Relevant Sample Pages:

Controls used on this page: Dyalog: Tabs Base HTML: style