0 Replies Latest reply on Sep 9, 2015 2:47 PM by saulo.costa

    ExtendedDataTable style zebra with event when mousing

    saulo.costa

      Hello,

       

       

      for those who need color the lines ExtendedDataTable zebra style and a shady place on the line where the mouse moves the pointer follows:

       

      Xhtml

      ......

      <rich:extendedDataTable rowClass="table-striped-extended pointer table-hover-extended'">

      ......

      </rich:extendedDataTable >


      *** CSS file Richfaces


      RichfacesMod.css

       

      .table-striped-extended:nth-child(odd)>td, .skin_chooser:nth-child(odd)>th{

        background-color : #f9f9f9!important;

      }

       

       

      .table-hover-extended:hover>td, .table-hover-extended:hover>th {

        background-color: #f5f5f5!important;

      }

       

      This is.

       

      Saulo Costa