Re: [qooxdoo-devel] How to control qx.data.Array via qx.ui.table.Table

2016-06-30 Thread woprandi
Hi Please could you re-ask this question at StackOverflow and make sure you add the tag “qooxdoo”? We’re trying to develop a more public set of Q&A and StackOverflow is a great way to do it Regards William -- View this message in context: http://qooxdoo.678.n2.nabble.com/How-to-control-qx-d

[qooxdoo-devel] How to control qx.data.Array via qx.ui.table.Table

2016-06-30 Thread Karol Gryger
Hi, I have qx.data.Array variable consits of objects. How to connect Array to table ? I supose I need kind of mapping in code below var rowData = theStore.getModel(); //it is qx.data.Array type var tableModel = new qx.ui.table.model.Simple(); tableModel.setData(rowData); var table = new q