On Mon, Jul 27, 2009 at 09:44, skar <[email protected]> wrote:
> Hi, > > I need a way to show data from the server in a grid like > jqgrid(http://www.trirand.com/jqgrid35/jqgrid.html). I would need > search, sort on certain columns alone, while other columns wouldn't need > these search/sort features. I found this > http://qooxdoo.org/documentation/0.8/remote_table_model?s=send%20json > about remote table. But, how do I associate this model with a widget > like a table? > There's an example of using a Remote Table Model with the Table widget. qooxdoo-contrib:RpcExample/source/class/rpcexample. Look at the last method in Application.js, called remoteTable(), and at the model itself in RemoteDataModel.js. The server side of this example is implemented in the PHP backend, qooxdoo-contrib:RpcPhp/1.0.1/services/qooxdoo/remoteTableTest.php. Derrell
------------------------------------------------------------------------------
_______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
