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
>


Mustafa,

Using qx 3.0

Any update on the table features such as mentioned in this thread.  I have
looked at the demos and am I sure you can hand code all the functionality
you need but it doesn't seem like a very easy task to do for a beginner.  A
modern Data Grid widget such as jqGrid, Extjs, KendUI grid ect would be
nice.  These grids have easy to use properties to enable drag and drop
header grouping, built in filtering, ect.

As it stands now we have 3 different models to use for a grid simple,
remote, filtering again to me lots of extra work versus other frameworks
where it is easy to create a crud grid with all modern features by enable or
disabling properties

Last is the table going to get a data controller for the table like we have
for lists and forms, so that we can bind data the same way we do with forms
and stores.  An example I would like to see and haven't found would be a
master-detail form view where you have a grid and form bound to the same
data and when you select a row the form data changes.  

Thanks,
Dan

M




--
View this message in context: 
http://qooxdoo.678.n2.nabble.com/Table-tp7316144p7584572.html
Sent from the qooxdoo mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58041391&iu=/4140/ostg.clktrk
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to