在我的应用程序中,我使用t:commandSortHeader
进行排序,是否可以使用styleClass属性更改显示为其他图像的默认箭头。如果可能的话怎么做。请帮助。
答案 0 :(得分:3)
不确定,但你是否尝试过这个
<t:commandSortHeader arrow="false" ... >
<f:facet name="ascending">
<t:graphicImage url="asc.png" />
</facet>
<f:facet name="descending">
<t:graphicImage url="desc.png"/>
</facet>