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.
EE 1.8.2 p4
30784 3/15/12 2:55 PM 12 philip.breau
IPCK-318Add ability to set the title attribute set for the outputText rendered for the richDataGrid/editableTable