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.

Reply via email to