Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
並べ替えの目的で使用している私のアプリケーションt:commandSortHeaderでは、styleClass属性を使用して、表示されるデフォルトの矢印を他の画像に変更することはできますか?可能であればそれを行う方法。親切に助けてください。
t:commandSortHeader
よくわかりませんが、このように試しましたか
<t:commandSortHeader arrow="false" ... > <f:facet name="ascending"> <t:graphicImage url="asc.png" /> </facet> <f:facet name="descending"> <t:graphicImage url="desc.png"/> </facet>