0 Replies Latest reply on May 19, 2011 5:05 AM by r_mahi

    Extended Data Table Fixed Width

    r_mahi

      Hi,

       

          How i can specify a fixed width for extended data table in css.I have tried the following but its not working. 

       

      .extdt-innerdiv{

            width:1000px;

      }

      .extdt-table-layout{

      width:1000px;

      }

      .extdt-content{

            width:1000px;

      }

       

      Please help me on this.so that i can have a constant width for extendedDatatable user across all the screens in my application.