Hi,

I think the Table supports data in array format and also in dictionary
format.  The latest one should be able to add extra info.

Keep in mind, that you can add extra info to any JS object.

myArray = [1, 2, 3];
myArray.myData = "something";



Andréas Kühne wrote:
> 
> Hi all,
>  
> At our firm we are developing a webbased course administration system
> using qooxdoo. The framework is just great and specially the new
> "namespace" version. Our integration with Struts is working just perfectly
> and is really easy to expand.
>  
> But now to our problem. We are using the listview widget in several
> places, but in one place I would like to be able to create editable cells,
> and I am currently looking at the Table widget.
>  
> The problem is however, when I work with the SimpleTableModel version I am
> not able to create a table row that includes "hidden" values. For example
> when using a listview, I can push variables into the data that is not
> shown in the listview. Is this also possible within a table?
>  
> Regards,
>  
> Andréas
> 
> -------------------------------------------------------------------------
> Using Tomcat but need to do more? Need to support web services, security?
> Get stuff done quickly with pre-integrated technology to make your job
> easier
> Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
> _______________________________________________
> qooxdoo-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Table-questions-tf2167244.html#a6014928
Sent from the qooxdoo-devel forum at Nabble.com.


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to