I tried columns, but it just seems to be ignored. Richard
On Oct 21, 1:48 pm, Martín Mulone <[email protected]> wrote: > yes, but you can use columns instead of fields. > > 2011/10/21 horridohobbyist <[email protected]> > > > > > > > > > > > No, but I don't want to display the id. Is this mandatory? > > > Richard > > > On Oct 21, 1:35 pm, Nate Atkinson <[email protected]> wrote: > > > Have you tried including db.products.id in the fields? > > > > On Oct 21, 1:30 pm, horridohobbyist <[email protected]> wrote: > > > > > I'm trying to specify exactly which fields to display in a grid, but I > > > > just can't get the syntax right. And the docs are of no help. > > > > > Here's what I tried, among other things: > > > SQLFORM.grid(db.products,deletable=False,editable=False,create=False,csv=Fa > > lse,searchable=False,details=False,maxtextlength=100,fields=[ > > db.products.na me,db.products.description,db.products.price]) > > > > > No matter what I put into "fields=", I keep getting an error. What is > > > > the correct syntax, please? > > > > > Thanks, > > > > Richard > > -- > http://martin.tecnodoc.com.ar

