Details
-
Type:
New Feature
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 1.2
-
Fix Version/s: None
-
Component/s: Tag Library
-
Labels:None
Description
Sometime, I need show a very long records in multi row, which means in multi <tr></tr> for one record.
It might could be done by add a attribute in <display:column newLine="true">
An example as follows,
<display:table name="test">
<display:column property="id" title="ID" />
<display:column property="name" />
<display:column property="email" newLine="true" />
<display:column property="status" />
<display:column property="description" title="Comments" colspan="2"/>
</display:table>
Could you please consider to add the feature?
Thanks very much!
Jiming
It might could be done by add a attribute in <display:column newLine="true">
An example as follows,
<display:table name="test">
<display:column property="id" title="ID" />
<display:column property="name" />
<display:column property="email" newLine="true" />
<display:column property="status" />
<display:column property="description" title="Comments" colspan="2"/>
</display:table>
Could you please consider to add the feature?
Thanks very much!
Jiming