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 qx.ui.table.Table(tableModel);


Object { $$hash: "46-0", __objectHash: "46-0", __array: Array[426], length:
426, $$initialized: true, $$user_autoDisposeItems: true,
 
Structure of object is :
  <http://qooxdoo.678.n2.nabble.com/file/n7588351/obj.png> 

Thanks,
  Karol



-----
Thanks,
     Karol Gryger (www.family3.org)
--
View this message in context: 
http://qooxdoo.678.n2.nabble.com/How-to-control-qx-data-Array-via-qx-ui-table-Table-tp7588351.html
Sent from the qooxdoo mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Attend Shape: An AT&T Tech Expo July 15-16. Meet us at AT&T Park in San
Francisco, CA to explore cutting-edge tech and listen to tech luminaries
present their vision of the future. This family event has something for
everyone, including kids. Get more information and register today.
http://sdm.link/attshape
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to