Re: [qooxdoo-devel] Getting Table Column Widths To Fit The Contents

2011-12-15 Thread Derrell Lipman
On Thu, Dec 15, 2011 at 08:13, Alexander Steitz wrote: > Hi, > > AFAIK there is no such option. The default behavior of the resize column > model is described here: > > http://demo.qooxdoo.org/current/apiviewer/#qx.ui.table.columnmodel.resizebehavior.Default The data from the model is available

Re: [qooxdoo-devel] Getting Table Column Widths To Fit The Contents

2011-12-15 Thread Alexander Steitz
11:08 PM To: qooxdoo Development Subject: Re: [qooxdoo-devel] Getting Table Column Widths To Fit The Contents Even so, is there a way of having the column width to auto-adjust to the longest of its row contents. -deech On Wed, Dec 14, 2011 at 1:24 AM, Tristan Koch wrote: Hi, as far as I known

Re: [qooxdoo-devel] Getting Table Column Widths To Fit The Contents

2011-12-14 Thread aditya siram
Even so, is there a way of having the column width to auto-adjust to the longest of its row contents. -deech On Wed, Dec 14, 2011 at 1:24 AM, Tristan Koch wrote: > Hi, > > as far as I known, the table is virtual only in vertical direction. This > may explain the long running script error. > > Tr

Re: [qooxdoo-devel] Getting Table Column Widths To Fit The Contents

2011-12-13 Thread Tristan Koch
Hi, as far as I known, the table is virtual only in vertical direction. This may explain the long running script error. Tristan Am 13.12.2011 um 23:00 schrieb aditya siram: > Hi all, > I have a table with a large (> 100) number of columns and I would like the > column widths to be able to be

[qooxdoo-devel] Getting Table Column Widths To Fit The Contents

2011-12-13 Thread aditya siram
Hi all, I have a table with a large (> 100) number of columns and I would like the column widths to be able to be set to the maximum size of that column's row so that nothing is cut off. I tried using the columnmodel.Resize() class to modify the behavior but it takes too long and I get a "Stop Scri