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
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
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
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
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
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
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
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