not the best way but you can get the rows out of the table.
form,table = crus.search(....)
if table:
table = SQLTABLE(table.sqlrows,....)On Apr 26, 9:45 am, Ialejandro <[email protected]> wrote: > hi! I was wondering how could I customize the html table that results > from a crud.search() query?? > > I mean, how could I send the query results to powerTable for example, > or datatables.

