|
Setting different component types inside a given table column |
|
Table has additional flexibility to set different compatible component types inside the column for the given rows :
<table:column ID="Column3"
modelIndex="2"
width="100pt"
columnClass="<%=PERCENT %>">
<table:cell rowIndex="1" cellClass="<%=CURRENCY%>"/>
<table:cell rowIndex="2" cellClass="<%=DBL%>"/>
<table:cell rowIndex="3" cellClass="com.softaspects.framework.galileo.renderers.html.table.columnrenderers.string.StringFormatedStringTableCellRenderer"/>
</table:column>