[web2py] SQLFORM.grid order of fields on create or edit form

2015-04-21 Thread Kyle Flanagan
I know you can specify the order of fields for the main view of an SQLFORM.grid using the optional fields parameter, however, whenever you choose to add a new record, the order seems to be dictated by the order in which the fields were created in the table definition. Is there a way to explicit

Re: [web2py] SQLFORM.grid order

2012-01-16 Thread Johann Spies
On 16 January 2012 23:03, Miguel wrote: > Hello, > > I have a question about SQLFORM.grid order of the fields in the table > represented? > > Is there any way to modify the order of these fields in a > SQLFORM.grid? > > The initial order can be determined in orderby = . The displayed grid's orde

[web2py] SQLFORM.grid order

2012-01-16 Thread Miguel
Hello, I have a question about SQLFORM.grid order of the fields in the table represented? Is there any way to modify the order of these fields in a SQLFORM.grid? Thanks Miguel