2 Replies Latest reply on Aug 5, 2011 3:07 PM by arun_mrk

    show "hourglass" on datatable sort

    arun_mrk

      I'm using Richfaces 3.2.1 and JSF 1.2...

      I would like to know how to show "hourglass" when sorting is in progress on click of header and Change the "Hour Glass" back to Normal Mouse Pointer on completion of sorting

       

      I'm using the internal sorting provided by Richfaces

       

       

      <rich:dataTable id="list" value="#{bean.list}" var="item" width="60px">

           <rich:column sortBy="#{item}" sortOrder="ASCENDING">

                      <f:facet name="header">

                          <h:outputText value="Number"/>

                      </f:facet>

                      <h:outputText value="#{item}" />

              </rich:column>

      </rich:dataTable>