2 Replies Latest reply on Feb 11, 2010 11:30 AM by sunilchaurha

    Space ( ) in empty cell & header of extended datatable.

    sunilchaurha

      Hi All,

       

      I have some data displaying using extended datatable.

      I wanted to remove the empty cell as niether i  want to resize the columns nor want to reorder so i could manage it using


      td.extdt-empty-cell{
          border-right-style: hidden;
          border-right-width: 0px;
      }

      th.extdt-empty-cell{
          border-right-style: hidden;
          border-right-width: 0px;
      }

      .extdt-hsep{
          display:none;
      }

       

      and disabling mouse events inside the facet inside the columns.

       

      But my widget is resizable as i can shrink/expand it.

      So when i am shrinking my widget as shown in the image.

      It is adding some extra space next to last column. The reason is

      <th class="extdt-empty-cell rich-extdt-subheadercell ">&nbsp;</th>.
      But i did not get any soultion or work around to remove this  .

      Please do help me to remove this space.

      --

      Thanks

      Sunil Chauraha