30726 3/11/12 3:19 PM 4 philip.breau IPCK-318 Add ability to set the title attribute set for the outputText rendered for the richDataGrid/editableTable
All EditableTable columns now support the titleProperty attribute. If this is supplied, the column will be rendered using the titleProperty as the outputText's title property. eg:
<ice-cc:textColumn title="First Name" property="firstName"
width="80px" bean="#
{editableTableExampleBean.editableTableBean}
"
titleProperty="lastName"/>
All of the RichDataGrid column classes now also support the titleProperty property, and behave similarly.
Back port to EE 1.8.2 and EE 2 will follow.
RichDataGrid EE 3
30724 3/11/12 2:55 PM 2 philip.breau
IPCK-318Add ability to set the title attribute set for the outputText rendered for the richDataGrid/editableTable