| Attributes |
| Name | Required | Request-time | Type | Description |
| id | true | false | java.lang.String | A unique id for the component. |
| bean | true | false | com.icesoft.faces.facelets.component.table.autosort.AutoSortTableBean | Must resolve to an instance of the AutorSortTableBean class |
| rendered | false | false | java.lang.Boolean | Flag indicating whether this component should be rendered (during Render Response Phase), or processed on any subsequent form submit (default true). |
| rows | false | false | java.lang.Integer | Passed through to the ice:dataTable |
| style | false | false | java.lang.String | CSS style(s) to be applied when this component is rendered |
| pagerStyle | false | false | java.lang.String | Inline CSS passed through to the paginator table element |
| showDataPager | false | false | java.lang.Boolean | Flag indicating whether or not the dataPaginator in the dataTable footer should be rendered (default true). |
| imageFirst | false | false | java.lang.String | Passed through to ice:dataPaginator |
| imageLast | false | false | java.lang.String | Passed through to ice:dataPaginator |
| imagePrevious | false | false | java.lang.String | Passed through to ice:dataPaginator |
| imageNext | false | false | java.lang.String | Passed through to ice:dataPaginator |
| imageFastNext | false | false | java.lang.String | Passed through to ice:dataPaginator |
| imageFastPrev | false | false | java.lang.String | Passed through to ice:dataPaginator |
| paginatorMaxPages | false | false | java.lang.String | Passed through to ice:dataPaginator |
| showRowControls | false | false | java.lang.Boolean | Flag indicating whether or not the row controls in the dataTable footer should be rendered (default true). |
| panelStyle | false | false | java.lang.String | Passed through to the style attribute on the footer ice:panelGroup containing the dataPaginator and row controls. |
| columnWidths | false | false | java.lang.String | A comma-delimited list of px-based widths for each column in the table |