1 Reply Latest reply on Apr 12, 2013 5:04 AM by dadidom

    dropdown in datatable-cell

    dadidom

      Hi There,

       

      In the new Version: RichFaces 4.3.1.Final, i have a problem with my dropdown menues in datatables (no Problem in 4.2.2.Final)

      The DropDownMenue is not overlapping the other table rows any more.

       

      incellDropDown.png

       

      Implemented like:

       

      <rich:column style="width: 5px;">
          <rich:dropDownMenu showEvent="click" id="dropDownDetailMenue">
              <f:facet name="label">
                  <h:graphicImage value="/resources/images/edit.png" />
              </f:facet>
              <rich:menuItem ...
          </rich:dropDownMenu>
      </rich:column>
      

       

      Someone any idea?

      Thanks a lot.

      DM