0 Replies Latest reply on May 1, 2008 4:08 PM by aish

    Unable to modify the style of a scrollableDatatable

    aish

      Hi,

      I would like to modify the font size of the data displayed in the scrollabledatatable. I have the following code. When I included the ".rich-sdt-column-cell" from styles.css in the scrolabbledataTable, nothing happens.

      Can you please help me with what I am missing?

      Thanks
      Aish

      ====

      1. This is my jsp page:
      ----------------------------
      <rich:scrollableDataTable rowKeyVar="rkv"
      frozenColCount="1" height="250px" first="0"
      width="740px" id="test" value="#{TableDetail.dissummarytbl}"
      var="category" sortMode="single"
      selection="#{TableDetail.scrollableDataTableSelection}"
      binding="#{TableDetail.sdTable}"
      focus="test" onRowClick="RowClick()"
      columnClasses="rich-sdt-column-cell" >

      .....
      .... all <rich:columns>





      2. This is the styles.css
      --------------------------
      .rich-sdt-column-cell
      {
      font-size:11px;
      font-style:bold;
      }