Hi, >> >> Let me try to clarify the question, the id column is not "mapped" >> (RemoteModel.setColumns( [ "First name", "Last >> name" ], [ "first", "last" ] )), so is not visible by the user. >> >> I need to have one id to identify each row in the table, this id is >> provided in the json response and I don“t want to show the id to the >> user.
I have not seen previous messages but iIf I understand you properly, you just need to hide the 'id' column from user. You'll achieve that by manipulating tablecolumnmodel. Here's some example in playground: http://tinyurl.com/3o46a2b I've put there bit of handling data on user selection, if you need it as well. Regards, P. ------------------------------------------------------------------------------ Create and publish websites with WebMatrix Use the most popular FREE web apps or write code yourself; WebMatrix provides all the features you need to develop and publish your website. http://p.sf.net/sfu/ms-webmatrix-sf _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
