Hello,
style="width: 500px !important" is also not working,
HTML source look like this,
<td class="standardTable_Column">1</td>
<td class="standardTable_Column" style="width: 500px !important">God of
Small Things</td>
<td class="standardTable_Column">Aug 31, 2007</td>
<td class="standardTable_Column">Arundathi Roy</td>
But it worked when I specified the style width in the <t:dataTable
<t:dataTable id="manuscripts" var="manuscript" style="width:800px;
margin-top: 10px"
Thank you
Sudheer
mraible wrote:
>
> If you use style="width: 500px !important", does it work? If you look
> at the resulting HTML, is there anything that's not coming through?
>
> Matt
>
> On 12/18/07, sudheerp <[EMAIL PROTECTED]> wrote:
>>
>> Hello,
>>
>> I am using Appfuse-jsf 1.9.4
>>
>> I want to increase the column width, of t:dataTable
>>
>> I tried, <t:column width="500">, <t:column style="width :500px">,
>> <t:column width="500px"> etc, it is not working.
>>
>>
>> Here is a part of the xhtml file.
>>
>> <!-- Error from this table is caused by
>> http://issues.apache.org/jira/browse/TOMAHAWK-466 -->
>> <t:dataTable id="manuscripts" var="manuscript" style="margin-top: 10px"
>> value="#{manuscriptList.manuscripts}" rows="25"
>> sortColumn="#{manuscriptList.sortColumn}"
>> sortAscending="#{manuscriptList.ascending}" styleClass="scrollerTable
>> table"
>> headerClass="standardTable_Header"
>> rowClasses="standardTable_Row1,standardTable_Row2"
>>
>> columnClasses="standardTable_Column,standardTable_Column,standardTable_Column,standardTable_Column,standardTable_ColumnCentered">
>>
>> <t:column width="500">
>> <f:facet name="header">
>> <t:commandSortHeader columnName="title" arrow="true">
>> <h:outputText value="#{text['manuscript.title']}" />
>> </t:commandSortHeader>
>> </f:facet>
>> <h:outputText value="#{manuscript.title}" escape="true"/>
>> </t:column>
>>
>>
>> Thank you.
>>
>> Sudheer
>> --
>> View this message in context:
>> http://www.nabble.com/Increasing-the-%3Ct%3Acolumn-width-tp14402136s2369p14402136.html
>> Sent from the AppFuse - User mailing list archive at Nabble.com.
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> For additional commands, e-mail: [EMAIL PROTECTED]
>>
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>
--
View this message in context:
http://www.nabble.com/Increasing-the-%3Ct%3Acolumn-width-tp14402136s2369p14409380.html
Sent from the AppFuse - User mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]