| Attributes |
| Name | Required | Request-time | Type | Description |
| style | false | true | java.lang.String | html pass through attribute. |
| class | false | true | java.lang.String | html pass through attribute. |
| id | false | true | java.lang.String | html pass through attribute. |
| title | false | true | java.lang.String | html pass through attribute. |
| lang | false | true | java.lang.String | html pass through attribute. |
| dir | false | true | java.lang.String | html pass through attribute. |
| media | false | true | java.lang.String | Use this attribute to keep a caption from being output during an export. The caption will only render for the named media type(s) - it won't be added to the table if the current request media is not supported. Can be any space separated combination of 'html', 'csv', 'xml', 'all', or 'excel'. Defaults to 'all'. See the export page in the example webapp for more details. |