Hi Derrel, thanks a lot for your help.
>Firstly, you do actually need to do as it says. You are being asked only for >a subset of the rows, not all of the rows, and you should return only the >rows that were requested. hmm, I don not understand this. In my example the "status.php" receives 90 rows back from a database. I want to show all these 90 rows in the table. Why do I need a "firstrow" and "lastrow"? >The format of the returned data is defined. I suspect that your server is >returning data in a format other than what is expected. Look at the >documentation or the implementation of _onRowDataLoaded() to see exactly >what format is required. Then use Firebug or equivalent to look at the data >to ensure you're matching that format. In the apiviewer I can find this for _onRowDataLoaded() _onRowDataLoaded(Map[] rowDataArr) Sets row data. Has to be called by #_loadRowData. Parameters: rowDataArr the loaded row data or null if there was an error. Access: protected I assume this must be an array same as for the simple table model? I receive the table data in an array. best regards Hans -- View this message in context: http://old.nabble.com/Beginner-question-Remote-Table-no-data-in-table--tp30075325p30075832.html Sent from the qooxdoo-devel mailing list archive at Nabble.com. ------------------------------------------------------------------------------ Nokia and AT&T present the 2010 Calling All Innovators-North America contest Create new apps & games for the Nokia N8 for consumers in U.S. and Canada $10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store http://p.sf.net/sfu/nokia-dev2dev _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
