0 Replies Latest reply on Nov 25, 2010 4:26 AM by aldian00

    give percentage width to extended dataTable so that it can resize with the page

    aldian00

      richfaces_arbitrary_width.PNG

       

      The previous picture shows the html code generated by richfaces when pour each column I specify the width percentage it should have. In that case, I used 4%, 48%, 48%. As you can see, richfaces didn't report theses values, but it instead calculated the value given the current size of the page. Wich means that if I resize the page, the width won't change.

       

      I would like to know how to change that behaviour. I tried a lot of things but didn't manage to have richfaces do it.

       

      I also have an issue with the fourth column. In my sourcecode, there are only three column, but for some reason, richfaces adds a fourth column which brings some unwanted complications. How do I disable it?

       

      Thank you very much