Re: [qooxdoo-devel] getRowData dont gets updated data

2011-01-27 Thread Martin Wittemann
Hey, > Ehmmm... As Derrell did on smarttable, would be a super table with tree/ > grouping function not more efficient than to different widgets? Just a newbee > thought! We will see. Sometimes its not a bad idea to split of different things just for maintainability. But haven't made up my min

Re: [qooxdoo-devel] getRowData dont gets updated data

2011-01-27 Thread Mustafa Sak
people like me like to use >>>> maps, so they could just use getRowDataAsMap. But updated cell data need >>>> to be always consistent. >>>> >>>> Regards Mustafa Sak >>>> >>>> Von: Martin Wittemann [mailto:martin.wittem...@1

Re: [qooxdoo-devel] getRowData dont gets updated data

2011-01-26 Thread Martin Wittemann
9:27 An: qooxdoo Development Betreff: Re: [qooxdoo-devel] getRowData dont gets updated data Hey, This bug should be done as the getRowData needs to stay the way it is due to huge dependencies in the code. As in the comments of the bug said, I added the meta data to getRowDataAsMap which could be us

Re: [qooxdoo-devel] getRowData dont gets updated data

2011-01-26 Thread Mustafa Sak
s, >> so they could just use getRowDataAsMap. But updated cell data need to be >> always consistent. >> >> Regards Mustafa Sak >> >> Von: Martin Wittemann [mailto:martin.wittem...@1und1.de] >> Gesendet: Dienstag, 25. Januar 2011 09:27 >> An: qooxd

Re: [qooxdoo-devel] getRowData dont gets updated data

2011-01-25 Thread Martin Wittemann
oxdoo-devel] getRowData dont gets updated data Hey, This bug should be done as the getRowData needs to stay the way it is due to huge dependencies in the code. As in the comments of the bug said, I added the meta data to getRowDataAsMap which could be used now. Regards, Martin Am 24.01.2011 um 17

Re: [qooxdoo-devel] getRowData dont gets updated data

2011-01-25 Thread Mustafa Sak
xdoo Development Betreff: Re: [qooxdoo-devel] getRowData dont gets updated data Hey, This bug should be done as the getRowData needs to stay the way it is due to huge dependencies in the code. As in the comments of the bug said, I added the meta data to getRowDataAsMap which could be used

Re: [qooxdoo-devel] getRowData dont gets updated data

2011-01-25 Thread Martin Wittemann
Hey, This bug should be done as the getRowData needs to stay the way it is due to huge dependencies in the code. As in the comments of the bug said, I added the meta data to getRowDataAsMap which could be used now. Regards, Martin Am 24.01.2011 um 17:01 schrieb Mustafa Sak: Hi List, in 1.2.1

[qooxdoo-devel] getRowData dont gets updated data

2011-01-24 Thread Mustafa Sak
Hi List, in 1.2.1 I found a bug http://bugzilla.qooxdoo.org/show_bug.cgi?id=4002 about not updating data on simple table model. Now I can see that getDataAsMapArray() handles meta data fine, but after editing table cells getRowData still shows just the old data, not the updatet one. Is their a