Hello,

It's not working... I am really confuse... I try with 1.83.2 and 1.87.3.

I try with fields=['myfield1','myfield2'] and without it always
with  field_labels and also with and
without headers='fieldname:capitalize'...

Is it a issue?

Richard

On Thu, Oct 14, 2010 at 8:16 PM, Alex <yue.a...@gmail.com> wrote:

> Are you trying to display a more user friendly column name rather than
> the DB column name?
>
> If so, you can do this already.  The crud.select() has a method called
> "field_labels", which takes a dictionary of field names to their
> labels.
>
> http://www.web2py.com/book/default/chapter/07#Methods
>
> crud.select(db.person, field_labels={'dbColName':'MyLabel'})
>
> On Oct 14, 3:00 pm, Richard Vézina <ml.richard.vez...@gmail.com>
> wrote:
> > Hello,
> >
> > Does it plan to have the possibility to specify the labels of fields in a
> > crud.select??
> >
> > Richard
>

Reply via email to