Hi Luc.

The Table is indeed very mighty, but as you could see some features are not 
implemented directly. But most of the the work should done in another place any 
way. Expect table mostly all our new widgets are abel to be bound with a model. 
On models or even on an partial copy of them filter and order/group action can 
be done with js common features. For table qx.data.Array can be a good 
representation of an custom model. If you are deciding to use simple table 
model with ids instead of indexes it's a easy way to listen qx.data.Array 
changes and build a map array which is necessary to render data in Table. Table 
is able to edit data. If you have set a reference of model item to represented 
it by a a row, you can easily update your data model.

All of this can be bound in model controller for the table but this is planed 
for next releases.

So there is a way to do like you wish and it's not complicate like it sound in 
my explanation.

The list will there if you have more questions or even if you need hints.

Regards Mustafa Sak

Von meinem iPhone gesendet

Am 24.02.2012 um 22:18 schrieb "Luc Valois" 
<[email protected]<mailto:[email protected]>>:

Hi,

I’m a software developer for a company that specializes in CMMS software. We 
want to migrate our current desktop app to a web app. I found qooxdoo while 
looking for a javascript framework and I think it could be a great solution to 
our problem. Although, there is one major flaw: the Table component. We need a 
grid with full features(filtering, selecting, editing, grouping). At first 
look, the qooxdoo Table doesn’t seems to accomplish all that. Is there any grid 
plug-in out there that could be added to  the qooxdoo widgets ? Or does the 
actual Table will be upgraded soon with more features ?

Thank you.

Luc
------------------------------------------------------------------------------
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
_______________________________________________
qooxdoo-devel mailing list
[email protected]<mailto:[email protected]>
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
------------------------------------------------------------------------------
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to