3 Replies Latest reply on Nov 15, 2007 4:22 AM by dmitry.demyankov

    [dataTable]different rowClasses

    lmk

      Helloo..

      I try to to set up diffennt styles for rows and get different style on mouseOver, but onmouseout how can I keep the old style ??

      dataTable code:

      <rich:dataTable onRowMouseOver="this.style.backgroundColor='#F1F1F1'" onRowMouseOut="this.style.backgroundColor='#{a4jSkin.tableBackgroundColor}'"
      width="850" border="0" var="list"
      value="#{manager.results}"
      rowClasses="odd,even"
      >
      ..
      ..
      </rich:dataTable>