Hi guys, I'm answering how can I take advantage from SQLFORM.grid in order 
to get aditionally the data from the query 
something like: 

SQLFORM.grid():
.
.
    return (htmlcode, rawrows)


 grid, rows = SQLFORM.grid(query,fields=campos,
     editable=False,
     searchable=False,
     deletable=False,
     create=False,
     details=False,
     user_signature=False,
     orderby=db_events.events.event_datetime
 )

There are something working like that?

Thanks in advance.
Christian.

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to