I tried setting my style classes in the attribute columnClasses of
t:dataTable like this:
<t:dataTable id="myDetailDataTable" var="row" value="#{botDetailList.rows}"
cellspacing="0" columnClasses="columnUnlock,columnLock"
headerClass="headerClassTopLock" rowClasses="rowOdd,rowEven"
styleClass="dataTable">
</t:dataTable>

But the first style (columnUnlock) is the only style applied all throughout
my table... 

I have defined both columnUnlock and columnLock in my css file.

What seems to be the problem?

I am using tomahawk-1.1.3.jar
-- 
View this message in context: 
http://www.nabble.com/columnClasses-styles-are-ignored-tf4472500.html#a12752171
Sent from the MyFaces - Users mailing list archive at Nabble.com.

Reply via email to