| Attributes |
| Name | Required | Request-time | Type | Description |
| id | true | true | java.lang.String | Id of the generated table. It will be assigned to the block element container generated by this tag that will contain all the other elements. |
| cssclass | false | true | java.lang.String | CSS class for the table generated by this tag. |
| check | false | true | java.lang.String | Flag signaling if each row of the table should contain a checkbox in its first column. These checkboxes will be used for selecting particular item (row) in the table. This attribute should say true or 1 if checkbox should be present. This value can be configured globally using property oss.webui.list.check. Default value is true. This attribute works only if the content of the scrollable table is generated using custom tags derived from ListTag class. |
| sortable | false | true | java.lang.String | Flag signaling if the list can be sorted by user clicking on a column header. This attribute should say true or 1 if table content can be sorted. This value can be configured globally using property oss.webui.list.sortable. Default value is true. |
| limit | false | true | java.lang.String | How many rows should the table contain at most. This value is used by various JavaScripts dynamically modifying the content of the table. Default value is 0 which means no limit. |