Anyone have an example code on how to work with qooxdoo ? i am qooxdoo newbie here and i just successfully manage to design my UI in Qooxdoo and i do not grasp coding of table and its Remote data model yet.
Please enlighten me. would be good if theres an example code i can read.
qooxdoo has an example showing how to use the remote table model [1]. But this pattern is not designed to support pagination. If you need that, you have to do that yourself somehow with additional controls and setting the data manually.
[1] http://demo.qooxdoo.org/current/demobrowser/#table~Table_Remote_Model.html