| Attributes |
| Name | Required | Request-time | Type | Description |
| pagiDefinitionId | true | false | java.lang.String | Bean identifier of the corresponding PaginateDefinition instance declared in Spring application context. |
| sortedColumn | true | false | java.lang.String | It will be appended to "order by" clause of SQL or ORM statement. It's tag user's responsibility to make sure the value of this property is mapped to table column or Bean property correctly and satisfy the related Database SQL or ORM Query syntax. This value must be a static value. |
| value | true | false | java.lang.String | Column header(or title). |
| styleClass | false | false | java.lang.String | Space-separated list of CSS style class(es) to be applied to the rendered hyperlink (<a>). Refer to attribute 'class' in <a> HTML tag. |
| style | false | false | java.lang.String | Specifies an inline style for the rendered hyperlink (<a>). Refer to attribute 'style' in <a> HTML tag. |
| tabindex | false | false | java.lang.String | Position of the element (hyperlink <a>) in the tabbing order for the current document. This value must be an integer between 0 and 32767. Refer to attribute 'tabindex' in <a> HTML tag. |
| title | false | false | java.lang.String | Advisory title information about markup elements generated for the element (hyperlink <a>). Refer to attribute 'title' in <a> HTML tag. |
| accesskey | false | false | java.lang.String | Access key that, when pressed, transfers focus to this element (hyperlink <a>). Refer to attribute 'accesskey' in <a> HTML tag. |