How to fix the width of ADF Table
694620Nov 14 2009 — edited Nov 18 2009Hi,
I am developing an application in ADF using ADF Faces Components . I am using Oracle Jdev 10.1.3.1.0
I am dropping the Transient View object as ADF Table on UI. I have set the width property of table to 100%, I have also changed the inlinestyle width also to 100%. These two did not work for me.
The issue is if a column has a value of bigger length the table size is extending and if the column has a value of smaller length the table size is reducing.
Is this the expected behaviour of the width property of the table ?? . Is there any way to fix the table size. Please provide me some pointers to fix the issue.
Thank You.