| Attributes |
| Name | Required | Binding Type | EL | Default | Description |
| binding | false | teamdev.jsf.component.datatable. TableColumnGroup | only | null | A value-binding expression that associates the column group with a backing bean property. |
| bodyClass | false | java.lang.String | true | null | A CSS class name for the column group's body. |
| bodyOnclick | false | java.lang.String | true | null | JavaScript code that should be executed on the client when the user clicks the left mouse button over the column group's body. |
| bodyOndblclick | false | java.lang.String | true | null | JavaScript code that should be executed on the client when the user double-clicks the left mouse button over the column group's body. |
| bodyOnmousedown | false | java.lang.String | true | null | JavaScript code that should be executed when the user clicks the mouse button over the column group's body. |
| bodyOnmousemove | false | java.lang.String | true | null | JavaScript code that should be executed when the user moves the mouse pointer over the column group's body. |
| bodyOnmouseout | false | java.lang.String | true | null | JavaScript code that should be executed when the user moves the mouse pointer away from the column group's body. |
| bodyOnmouseover | false | java.lang.String | true | null | JavaScript code that should be executed when the user moves the mouse pointer onto the column group's body. |
| bodyOnmouseup | false | java.lang.String | true | null | JavaScript code that should be executed when the user releases the mouse button over the column group's body. |
| bodyStyle | false | java.lang.String | true | null | A style for the column group's body. |
| footerClass | false | java.lang.String | true | null | A CSS class name for the column group's footer. |
| footerOnclick | false | java.lang.String | true | null | JavaScript code that should be executed on the client when the user clicks the left mouse button over the column group's footer. |
| footerOndblclick | false | java.lang.String | true | null | JavaScript code that should be executed on the client when the user double-clicks the left mouse button over the column group's footer. |
| footerOnmousedown | false | java.lang.String | true | null | JavaScript code that should be executed when the user clicks the mouse button over the column group's footer. |
| footerOnmousemove | false | java.lang.String | true | null | JavaScript code that should be executed when the user moves the mouse pointer over the column group's footer. |
| footerOnmouseout | false | java.lang.String | true | null | JavaScript code that should be executed when the user moves the mouse pointer away from the column group's footer. |
| footerOnmouseover | false | java.lang.String | true | null | JavaScript code that should be executed when the user moves the mouse pointer onto the column group's footer. |
| footerOnmouseup | false | java.lang.String | true | null | JavaScript code that should be executed when the user releases the mouse button over the column group's footer. |
| footerStyle | false | java.lang.String | true | null | A style for the column group's footer. |
| headerClass | false | java.lang.String | true | null | A CSS class name for the column group's header. |
| headerOnclick | false | java.lang.String | true | null | JavaScript code that should be executed on the client when the user clicks the left mouse button over the column group's header. |
| headerOndblclick | false | java.lang.String | true | null | JavaScript code that should be executed on the client when the user double-clicks the left mouse button over the column group's header. |
| headerOnmousedown | false | java.lang.String | true | null | JavaScript code that should be executed when the user clicks over the column group's header with either mouse button. |
| headerOnmousemove | false | java.lang.String | true | null | JavaScript code that should be executed when the user moves the mouse pointer over the column group's header. |
| headerOnmouseout | false | java.lang.String | true | null | JavaScript code that should be executed when the user moves the mouse pointer away from the column group's header. |
| headerOnmouseover | false | java.lang.String | true | null | JavaScript code that should be executed when the user moves the mouse pointer onto the column group's header. |
| headerOnmouseup | false | java.lang.String | true | null | JavaScript code that should be executed when the user releases the mouse button over the column group's header. |
| headerStyle | false | java.lang.String | true | null | A style for the column group's header. |
| onclick | false | java.lang.String | true | null | JavaScript code that should be executed on the client when the user clicks the left mouse button over any column in this group. |
| ondblclick | false | java.lang.String | true | null | JavaScript code that should be executed on the client when the user double-clicks the left mouse button over any column in this group. |
| onmousedown | false | java.lang.String | true | null | JavaScript code that should be executed when the user clicks over any column in this group with either mouse button. |
| onmousemove | false | java.lang.String | true | null | JavaScript code that should be executed when the user moves the mouse pointer over any column in this group. |
| onmouseout | false | java.lang.String | true | null | JavaScript code that should be executed when the user moves the mouse pointer away from any column in this group. |
| onmouseover | false | java.lang.String | true | null | JavaScript code that should be executed when the user moves the mouse pointer onto any column in this group. |
| onmouseup | false | java.lang.String | true | null | JavaScript code that should be executed when the user releases the mouse button over any column in this group. |
| style | false | java.lang.String | true | null | A style that should be applied to each column in this group. |
| styleClass | false | java.lang.String | true | null | A CSS class name that should be applied to each column in this group. |