I have a custom class that looks like this:

qx.Class.define('test.Table2', {
extend: qx.ui.table.Table,

construct: function(model){
    this.base(arguments);
    }
});
What happens?

If I use the qx.ui.table.Table with a model it shows data. If I change to
test.Table2 then it shows an empty table with empty col names too. only a
little bar.

how do I extend it properly?

thanks

--
View this message in context: 
http://qooxdoo.678.n2.nabble.com/Extending-the-Table-Class-in-Qooxdoo-doesn-t-works-tp7365155p7365155.html
Sent from the qooxdoo mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to