Hi,
> Hi,
>
> You can with this code :
>
>       var tableModel = new qx.ui.table.model.Simple();
>       tableModel.setColumns([ "test", "selected"],["idtest","idselect"]);     
>  
>        
>       var tableSelect = new qx.ui.table.Table(tableModel);
>       var columnModel = tableSelect.getTableColumnModel();
>   
I want a selection functionality like
jqGrid(http://www.trirand.com/jqgrid/jqgrid.html), see Advanced->Multi
Select, and gmail in general. Your technique makes a checkbox which is
on if selection is there. I want the user to have the freedom of not
having the control key pressed in order to select non-consecutive rows.

cheers,
skar.

-- 
--
The life so short, the craft so long to learn. 


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to