No problem. If you assign a column a relative width (like 1*) then you cannot resize it. See this JIRA ticket that I raised a while ago, and the comments from Greg. https://issues.apache.org/jira/browse/PIVOT-609
So for the moment you will have to calculate the initial widths yourself and set them as absolute values (column1 = 100, column2 = 200) if you want them to be resizeable later on. Chris On 22 March 2011 00:48, lello <[email protected]> wrote: > Sorry, > it was my fault... > I just realized that if I want a resizable column I cannot set its width. > So my question now is the following: suppose I have a table with two > columns, A and B. when I open the table I'd like column A to have the > double > of the width of column B. I'd also like A and B to be resizable. > However if I set the width of A to "2*" and the width of B to "1*" then > they > are not resizable. > > > -- > View this message in context: > http://apache-pivot-users.399431.n3.nabble.com/Fixed-Column-Table-tp2709228p2710958.html > Sent from the Apache Pivot - Users mailing list archive at Nabble.com. >
