Reputation: 6891
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.
Upvotes: 1
Views: 1139
Reputation: 6891
Actually the remote table page you refrenced is too complex for any beginner who going to start with Qooxdoo tables.
This is much better :
http://qooxdoo.org/documentation/0.8/remote_table_model
i am going to test with it. hope that works with 1.5
EDIT:Tested and working fine with 1.5 . I am going to implement a pager using From / To queries.
Upvotes: 1
Reputation: 2116
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
Upvotes: 1