Support multi row for one record
--------------------------------

                 Key: DISPL-590
                 URL: http://jira.codehaus.org/browse/DISPL-590
             Project: DisplayTag
          Issue Type: New Feature
          Components: Tag Library
    Affects Versions: 1.2
            Reporter: jimingliu
             Fix For: 1.2


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

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
displaytag-devel mailing list
displaytag-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/displaytag-devel

Reply via email to