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=False,searchable=False,details=False,maxtextlength=100,fields=[db.products.name,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

Reply via email to