Florian Arndt <[EMAIL PROTECTED]> writes: > I wonder whether there is information on how to render the table > contents by transferring the data which is *currently* displayed from a > server backend...
Table has a setData() method which the examples use to pass ALL of the data for the table in at one time. There are also a number of related methods to add/remove individual data items. I suspect that between those methods and the Tree/RPC example I posted for Alexander a couple of days ago, you should have the information that you need to do what you want. Keep in mind that you're losing the "virtual" aspects of the tree by doing that, but if your requirements dictate that you dynamically modify the data in the table, it should be possible to implement. Cheers, Derrell ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
