Renders a UIComponent that represents a single column of
            data within a parent UIData component.
| Info | Value | 
|---|---|
| Component Type | jakarta.faces.Column | 
                        
| Handler Class | None | 
| Renderer Type | None | 
| Description | None | 
| Name | Required | Type | Description | 
|---|---|---|---|
rendered | false | jakarta.el.ValueExpression
                                (must evaluate to java.lang.Boolean)
					 | Flag indicating whether or not this component should be rendered (during Render Response Phase), or processed on any subsequent form submit. | 
binding | false | jakarta.el.ValueExpression
                                (must evaluate to jakarta.faces.component.UIComponent)
					 | The value binding expression linking this component to a property in a backing bean | 
id | false | jakarta.el.ValueExpression
                                (must evaluate to java.lang.String)
					 | The component identifier for the associated component | 
footerClass | false | jakarta.el.ValueExpression
                                (must evaluate to java.lang.String)
					 | Space-separated list of CSS style class(es) that will be applied to any column footer generated for this table. | 
headerClass | false | jakarta.el.ValueExpression
                                (must evaluate to java.lang.String)
					 | Space-separated list of CSS style class(es) that will be applied to any column header generated for this table. | 
rowHeader | false | jakarta.el.ValueExpression
                                (must evaluate to java.lang.Boolean)
					 | Flag indicating that this column is a row header column and therefore cells in this column should be rendered with "th" instead of "td" and must have the 'scope="row"' attribute. |