[ http://jira.codehaus.org/browse/DISPL-296?page=comments#action_59765 ]
Wallace Mu commented on DISPL-296: ---------------------------------- Now have find a metion to make my table 'nowrap': I edit the displaytag.css: I add a line in the "th,td{...... }". The line is "white-space: nowrap;". Original script: th,td { padding: 2px 4px 2px 4px !important; text-align: left; vertical-align: top; } Modified script: th,td { padding: 2px 4px 2px 4px !important; text-align: left; vertical-align: top; white-space: nowrap; } After the modification, it works. The table will no wrap. Is this way stupid? Or have a better way? > Support 'nowrap' attributes in <display:column> > ----------------------------------------------- > > Key: DISPL-296 > URL: http://jira.codehaus.org/browse/DISPL-296 > Project: DisplayTag > Type: Improvement > Components: Tag Library > Versions: After 1.1 > Reporter: Wallace Mu > Fix For: After 1.1 > Attachments: 桌 > > Original Estimate: 6 hours > Remaining: 6 hours > > I use style="whitespace: nowrap;" in the "<display:column>",but it is still > wrap. ( I am using IE6.0 to access the page). > Wish to support "nowrap" attribute in "<display:column>". > Or add a new attribute that can pass through all the configuration to "<th>" > in html. -- 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 xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ displaytag-devel mailing list displaytag-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/displaytag-devel