> 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...
The table follows the Model-View-Controller pattern. There is a SimpleTableModel where you can set and change the data (as Derrell already said). You also can write your own table model, which only loads the data from the server that is currently shown (with some caching perhaps). Then you don't loose the "virtual" ascpect of the table, since not all the data is on the client side. There is a RemoteTableModel planned which does exactly this using the qooxdoo RPC, but this will take some more time. Also a custom table model example is planned. ------------------------------------------------------------------------- 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
