Hi Peter. The secret is to use the Resize table column model instead of the
default, Basic table column model. See the example in the following link:
http://qooxdoo.678.n2.nabble.com/Controlling-Column-Sizes-in-the-Table-widget-td5823201.html
Cheers,
Derrell
On Tue, Jul 12, 2016 at 4:25 AM Peter Caffin <pe...@caffin.org> wrote:
> Hi guys,
>
> Hopefully a simple one.
>
> I'm building a table with the following:
>
> AModel = new qx.ui.table.model.Simple();
> AModel.setColumns(["Method","Company","Info"]);
> A = new qx.ui.table.Table(T1231Model);
> myframe.add(A,{row:1,column:0,rowSpan:20});
> A.set({height:200});
> A.setStatusBarVisible(false);
>
> The result is three columns of equal default width. I'd like the widths
> of the three columns to be set to different values, so the user doesn't
> have to manually drag them to the right size.
>
> I can't see anything in the doco. How do I do that?
>
> Thanks.
>
>
> ------------------------------------------------------------------------------
> What NetFlow Analyzer can do for you? Monitors network bandwidth and
> traffic
> patterns at an interface-level. Reveals which users, apps, and protocols
> are
> consuming the most bandwidth. Provides multi-vendor support for NetFlow,
> J-Flow, sFlow and other flows. Make informed decisions using capacity
> planning
> reports.http://sdm.link/zohodev2dev
> _______________________________________________
> qooxdoo-devel mailing list
> qooxdoo-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
>
------------------------------------------------------------------------------
What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
patterns at an interface-level. Reveals which users, apps, and protocols are
consuming the most bandwidth. Provides multi-vendor support for NetFlow,
J-Flow, sFlow and other flows. Make informed decisions using capacity planning
reports.http://sdm.link/zohodev2dev
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel