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

Reply via email to