Hi all, I am using the SmartTable contrib [1] to manage different views in my application. In one of my views in order to do an action on my rows I have to depend on the property that unique ids are assigned sequentially in view 0. I was wondering if there was a =better way of solving the problem. The ideal would be if there was smart.table.Default.setValue() function that can take the rows unique id, or if there was a function that mapped a row index in one view to another. Does something like this exist?
The reason I need to depend on the unique id assigment property is that my rows have checkboxes and my views displays the rows that are checked. Within that view if I highlight a bunch of rows and call qx.ui.table.selection.Model.iterateSelection to toggle the checkboxes I get out-of-bounds errors because the view updates on the fly. I ended up toggle them in view 0 and needed the unique ids to map rows to their indexes in that view. Thanks .. -deech ------------------------------------------------------------------------------ Increase Visibility of Your 3D Game App & Earn a Chance To Win $500! Tap into the largest installed PC base & get more eyes on your game by optimizing for Intel(R) Graphics Technology. Get started today with the Intel(R) Software Partner Program. Five $500 cash prizes are up for grabs. http://p.sf.net/sfu/intelisp-dev2dev _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
