[web2py] Datatables Object ID

2019-04-12 Thread Cristina Sig
Hello everybody, I have two tables and I am working with Datatables and what I would like to do is use the child row to show more information about a particular row. For example, on the table I will display first name, last name, username, and email and on the child or expandable row, I will

[web2py] Re: Is it possible to send all args & vars from a view/controller to another using POST instead of GET?

2019-04-12 Thread Dave S
On Friday, April 12, 2019 at 4:41:43 PM UTC-7, João Matos wrote: > > So no option for redirect with POST. That is a shame. > > It's up to the client how an HTTP 303 is handled. It's usually the case that a GET is used to retrieve a response that is ultimately from a POST request. If 2

[web2py] How can I get the value from the hidden input field (outside the grid) while in the view?

2019-04-12 Thread João Matos
I wrote this {{extend 'layout.html'}}