On Mon, Aug 16, 2010 at 09:35, Mustafa Sak <[email protected]> wrote: > Hi List, > > > > why is getRowData() and getRowDataAsMap() handling data different? > > > > I mean, if I set data to a simple table with .setDataAsMapArray(mapArray, > true), I will get with .getRowData() a map with all my first setted keys and > values. But after editing the table, it doesn’t get me the current row data, > its still getting the initial data. In the other hand .getRowDataAsMap() > gets me the current value after editing the table, but on this case I am > loosing my meta data. At the playground you can see this behaviour * > http://tinyurl.com/24fkafo. *First edit the table columns and then click > “Save”, pls. > > > > > > But I need both, the meta data and the current data. >
This looks like a bug to me. Both methods should return the same, edited data. Please create a bug report and include the the playground app that demonstrates the failure, along with the above explanation of what you're doing and what you expect. Derrell
------------------------------------------------------------------------------ This SF.net email is sponsored by Make an app they can't live without Enter the BlackBerry Developer Challenge http://p.sf.net/sfu/RIM-dev2dev
_______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
