[web2py] Re: crud.select headers attribute

2010-03-03 Thread snfctech
I found this requires the table name, such as in Annet's example. I tried to edit the book errata wiki, but the edit links are layed out way to the right (on FF) and they all seem to have "page isn't redirecting properly" errors. On Jan 17, 9:15 pm, Michael Howden wrote: > From my use of thecrud

[web2py] Re: crud.select headers attribute

2010-01-17 Thread Michael Howden
>From my use of the crud.select, I found it needed to be: headers={'name':'Name'} (Field name only, not table name) On Nov 23 2009, 9:33 pm, annet wrote: > Massimo, > > On page 218 of the web2py manual it says: > > headers={'person.name', 'Name'} > > That should read like: > > headers={'person.na