On Fri, Aug 6, 2010 at 10:19, benco <[email protected]> wrote: > > Hey, > > I will be in charge of developing some more functionalities on a table > widget in the next few days and I was wondering how could I enable > multi-cell selections in the table widget. > > I took a look at the virtual table component and noticed it was possible to > do so in this case. > But as the qx.ui.table isn't currently based on the virtual table, I wonder > if it is possible to achieve it using the current implementation or not... >
Selections in qx.ui.table are per-row, not per-cell. There is currently no provision for selecting specific cells in Table (although there is the concept of the "focused cell"). I'm sure what you're looking for can be accomplished, but it will require some work. Derrell
------------------------------------------------------------------------------ This SF.net email is sponsored by Make an app they can't live without Enter the BlackBerry Developer Challenge http://p.sf.net/sfu/RIM-dev2dev
_______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
