I would use css for this. Here is the css

.small{
        width: 200px; /* set the the size that fits you */
}

In the table add the class="small"
for eg:
<display:column property="reportPhase" title="Phase" sortable="true"
class="small"/>

HTH,
Abhi

On 10/5/07, satya hal <[EMAIL PROTECTED]> wrote:
> Hello all,
>               I have a column with size 30. but this field some times get
> data size>30, so i have to display data in 2 or more rows based on size.
> Here is example::
>
> data
>
> 1234567890
> ------------------
>
> 1234567890
> extradataext
> --------------------
> 1234567890
>  extradataext
> radataextrad
>
> Is it possible to do this with display tag??
> Thanks
> Satya
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Splunk Inc.
> Still grepping through log files to find problems?  Stop.
> Now Search log events and configuration files using AJAX and a browser.
> Download your FREE copy of Splunk now >> http://get.splunk.com/
> _______________________________________________
> displaytag-user mailing list
> displaytag-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/displaytag-user
>
>

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
displaytag-user mailing list
displaytag-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/displaytag-user

Reply via email to