Hi Derrell,
Thanks for that. It worked! For anyone reading this thread in the future
through Google...
T0001Model = new qx.ui.table.model.Simple();
T0001Model.setColumns(["Title","Created","Last modified"]);
T0001Model.setData([
["Systems Administrator", "2015-01-01 10:10:02", "2015-09-01 10
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 Pet