Hi list,
I'm new to qooxdoo, thank you for this great framework ! I'm filling a table with remote json data using qx.ui.table.model.Remote, basically the same code showed on doc (http://manual.qooxdoo.org/1.3/pages/widget/table_remote_model.html) and it's working ok. My doubt is how can I access data sent in json that is not "mapped" into table columns with remoteModel.setColumns( [ "First name", "Last name" ], [ "first", "last" ] ) ?? For example, my json returns: {[{ "id" : "1", "first" : "John", "last" : "Doe" }, { "id" : "2", "first" : "Homer", "last" : "Simpson" }, { "id" : "3", "first" : "Charlie", "last" : "Brown" }]}; How can I access the id field without show id column in the table ? Best Regars, Alexandre ------------------------------------------------------------------------------ Enable your software for Intel(R) Active Management Technology to meet the growing manageability and security demands of your customers. Businesses are taking advantage of Intel(R) vPro (TM) technology - will your software be a part of the solution? Download the Intel(R) Manageability Checker today! http://p.sf.net/sfu/intel-dev2devmar _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
