Ack - wrong thread!  Sorry!

On Feb 3, 11:31 am, Stefan <stefan.louis.no...@gmail.com> wrote:
> Hi Massimo,
>
> What's the trick to update a plugin_datatable display via anAjax
> call?  As an example, I have the function:
>
> def data():
>     rows= db().select(db.statustable.ALL,
> orderby=db.statustable.createdon)
>     return plugin_datatable(rows,_class='datatable', truncate=34)
>
> However, when I make anAjaxcall to return this, I get a standard/
> static SQLTABLE-esque form of the data.
>
> Your help is appreciated!
>
> Thanks!
>
> On Jan 31, 12:03 pm, mdipierro <mdipie...@cs.depaul.edu> wrote:
>
>
>
> >http://www.web2py.com/plugins

-- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To post to this group, send email to web...@googlegroups.com.
To unsubscribe from this group, send email to 
web2py+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en.

Reply via email to