[
http://jira.jboss.com/jira/browse/RF-1416?page=comments#action_12392378 ]
Florian Marwede commented on RF-1416:
-------------------------------------
Sorry, for me it isn't fixed.
Here my css:
.rich-sdt-header-cell {
background-image: url(../images/gradientGrey.gif);
}
And here my table. Please test it with code like this.
<rich:scrollableDataTable value="#{ctrl.searchResults}"
var="result"
id="searchResultTable" width="99%"
rowClasses="TableRows"
first="0" height="150px" sortMode="single">
<rich:column width="319px">
<f:facet name="header" >
<h:outputText value="Name"/>
</f:facet>
<h:outputText value="#{result.name}" />
</rich:column>
<rich:column width="150px">
<f:facet name="header" >
<h:outputText value="Type"/>
</f:facet>
<h:outputText value="#{result.type}" />
</rich:column>
<rich:column width="150px">
<f:facet name="header" >
<h:outputText value="Date"/>
</f:facet>
<h:outputText value="#{result.date}" />
</rich:column>
<rich:column width="150px">
<f:facet name="header" >
<h:outputText value="Search Type"/>
</f:facet>
<h:outputText value="#{result.searchType}" />
</rich:column>
</rich:scrollableDataTable>
Scrollable table: StyleClasses aren't applied to fake columns
-------------------------------------------------------------
Key: RF-1416
URL:
http://jira.jboss.com/jira/browse/RF-1416
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.2.0
Reporter: Ilya Shaikovsky
Assigned To: Konstantin Mishin
Fix For: 3.2.0
Attachments: RF-1416-Screenshot.gif
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira