HTMLTableItemT Properties |
The HTMLTableItemT generic type exposes the following members.
Name | Description | |
---|---|---|
Columns |
Columns in table. Columns in this table should always implement the IHTMLTableColumnT, TOut.
| |
Name |
Name of table
| |
PostTableHtml |
HTML to insert after table data.
| |
PreTableHtml |
HTML to insert before table data.
| |
RowData |
Row data for table
| |
RowSelector |
In case not all rows should be included in the summary, this can select which rows to include
| |
StyleClass |
CSS Style class of table. If not set a default table style is used.
|