| 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.editable.EditableTableBean | Must resolve to an instance of the EditableTableBean class |
| idProperty | true | false | java.lang.String | The name of the id property in your bean |
| renderIdCol | false | false | java.lang.Boolean | Flag indicating whether the id property's column will be rendered (default true). |
| 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). |
| deleteRows | false | false | java.lang.Boolean | Component level ability to delete table rows. Defaults to true. |
| addRows | false | false | java.lang.Boolean | Component level ability to add table rows. Defaults to true. |
| renderIdCol | false | false | java.lang.Boolean | Specify whether the ID column should be shown. Defaults to false. |
| rows | false | false | java.lang.Integer | Passed through to the ice:dataTable |
| showDataPagerInfo | false | false | java.lang.Boolean | Flag indicating whether or not the info dataPaginator in the header above the dataTable should be rendered (default true). |
| showDataPager | false | false | java.lang.Boolean | Flag indicating whether or not the dataPaginator in the dataTable footer should be rendered (default true). |
| 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. |
| multiple | false | false | java.lang.Boolean | Pass through attribute to ice:rowSelector component |
| preStyleOnSelection | false | false | java.lang.Boolean | Pass through attribute to ice:rowSelector component |
| toggleOnInput | false | false | java.lang.Boolean | Pass through attribute to ice:rowSelector component |
| style | false | false | java.lang.String | CSS style(s) to be applied when this component is rendered |
| styleClass | false | false | java.lang.String | Space-separated list of CSS style class(es) to be applied when this element is rendered. |
| readOnly | false | false | java.lang.Boolean | If set to true (default false) will not allow row editing, creation, or deletion |
| showMessagesInComp | false | false | java.lang.Boolean | If set to false (default true) will not display JSF messages inside the editable table. Messages will still be displayed in other ice:messages, or h:messages components on the page |
| disableMenus | false | false | java.lang.Boolean | If set to true (default false) will not display richt click popup menus for adding a new row |
| titleProperty | false | false | java.lang.String | The property of the row item to be rendered as the row-level column ouput title |
| fastStep | false | false | java.lang.Integer | Passed through to ice:dataPaginator |
| paginatorMaxPages | false | false | java.lang.Integer | Passed through to ice:dataPaginator |