0 Replies Latest reply on Apr 28, 2009 3:05 AM by jonassonma

    columnClasses doesn't work on extendedDataTable

      I'm using the following code for adjust the output in the columns:
      <rich:extendedDataTable id="roleList" var="role"
      value="#{roleList.resultList}" width="500px"
      height="400px" columnClasses="right,center">



      And the code in my css file:
      .left {
      text-align: left;
      }
      .right {
      text-align: right;
      }
      .center {
      text-align: center;
      }

      I works when i'm using the original dataTable but in the extendedDataTable is all content left adjusted. I have also tried to use styleClass on the rich:column with the same result.

      Is this a bug or has someone an idea what it can be?

      Best regards Mattias