| Attributes |
| Name | Required | Request-time | Type | Description |
| var | false | true | java.lang.String | The name of the page-scoped variable to assign the NmHTMLTable to. If this is not specified, then the table is drawn by the tag. |
| scope | false | true | java.lang.String | The name of the scope to export the var attribute to. The scope can be (case-insensitive): "page","request","session", or "application" |
| model | false | true | com.ptc.core.components.descriptor.ComponentModel | The component model to create (and optionally draw) an NmHTMLTable from. If unspecified, then an NmHTMLTable must be specified using the table attribute. |
| table | false | true | com.ptc.netmarkets.util.table.NmHTMLTable | The NmHTMLTable to render. If this is not specified, then a ComponentModel must be specified from which a table will be created. |
| showCount | false | true | boolean | optionally show the count of objects in the table title area. |
| showPagingLinks | false | true | boolean | Determines whether or not the table is paged. |
| pageLimit | false | true | int | the number of rows to display per page in the table |
| fullListLimit | false | true | int | The maximum number of rows to display per page in the table when the full list actions is clicked. The number can be set to a level so as to keep the browser from crashing. |
| viewAllLink | false | true | java.lang.String | optionally show a view all link at the bottom of the table. The value is the url to the view all page. |
| helpContext | false | true | java.lang.String | The help context for this table |
| useTrail | false | true | boolean | Whether or not to trail-enable links in the table |
| preferenceContext | false | true | java.lang.String | The preference context for this table |
| tableBeanClass | false | false | java.lang.String | The bean class to use for constructing the NmHTMLTable. Must be a subclass of TableBean. If not specified, TableBean will be used. |
| singleSelect | false | true | boolean | Single Select mode. Use Radio buttons or checkboxes for the row selection. |