Hello Fritz,

sure this is possible. You can subclass the table and your constructor
should look something like this (not tested!):

... : function(tableModel, custom) {
  this.setNewTableColumnModel(function() {
    return new qx.ui.table.columnmodel.Resize();
  });
  this.base(arguments, tableModel, custom);
}

Keep in mind to set the method before calling the superclass constructor
with this.base() (like in the example).

Regards,
Martin
-- 
View this message in context: 
http://qooxdoo.678.n2.nabble.com/Extending-qx-ui-table-Table-using-resize-column-model-tp5185563p5186293.html
Sent from the qooxdoo mailing list archive at Nabble.com.

------------------------------------------------------------------------------
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to