That's lazy option internal code? I don't think you need to touch that for now...
You should make sure you initialize the widget correctly... Maybe you should try to make a dummy app that have the plugin install and the tables required to make test, before try with your own app... Could you tables and controller ? Richard On Wed, Aug 29, 2012 at 10:35 AM, lyn2py <[email protected]> wrote: > Thank you Richard I would very much appreciate that. > > My current problem is what to put in the controller (what to return) so > that the Ajax call gets the HTML (per the code below, i.e. function(html) ) > it needs. > > Specifically, my issue is at this part of the code: > > jQuery.ajax({type: "POST", url: "%(url)s", data: query, > success: function(html) { > jQuery("#%(disp_el_id)s").html(html); > > Right now when I change options, a table just appears in plain vanilla > format. > > -- > > > > --

