[web2py] Populate a JQueryTable using Ajax

2011-09-20 Thread rami
I have a table sorter plugin that I use inside my view and I have an external database that I use (inside my controller I import a python module that connects to my database and returns an object). My controller returns data to my view and inside my table in the view I populate this data. How can

Re: [web2py] Populate a JQueryTable using Ajax

2011-09-20 Thread Bruno Rocha
websockets http://vimeo.com/18399381 or ajax long polling, or ape http://www.ape-project.org/ On Tue, Sep 20, 2011 at 4:07 PM, rami beatrisr...@gmail.com wrote: I have a table sorter plugin that I use inside my view and I have an external database that I use (inside my controller I import a