Thank maximo is exactly that you wrote, thank annet too for your help
On Jun 7, 2:16 pm, mdipierro <[email protected]> wrote: > No, the bales do not affect column headers because column headers may > not be fields but computed values. > > {{=SQLTABLE(rows,columns=['person.id','person.name'],headers={'person.id':'ID','person.name':'Name'}) > }} > > On Jun 7, 4:27 am, annet <[email protected]> wrote: > > > In your table definitions (in db.py) you could set a label on the > > fields: > > > db.person.id.label='Person's ID' > > db.person.name.label='Person's Name' > > > Kind regards, > > > Annet.

