4 Replies Latest reply on Aug 17, 2015 4:58 AM by michpetrov

    Vertical Scroll bar inside cell of Rich extended data table not appearing in Firefox

    sarathkrish

      Hi,

           I have a requirement to show vertical scroll bar inside each cell of a table (I am using extended data table) If the text in the cell is longer than column width. I am able to achieve it  using the style given below. But it is not working in Firefox. It works fine with Chome and Internet Explorer. Any Inputs would be greatly appreciated.

       

      Style

      =====

       

      .fixedSizeRows .rf-edt-c

      {

       

      height: 28px !important;

      border-right:none !important;

      border-bottom:none !important;

      overflow-y: auto !important;

      overflow-x: hidden !important;

      word-wrap:break-word !important;

      white-space:normal !important; 

      }

       

        Firefox ( No vertical scroll bar inside cell)

      Firefox.png

       

       

      Chrome ( Its showing vertical scroll inside cell)

      Chrome.png