Thanks Anthony. Figured it out. Used the below code to define a label for
virtual field.

header = ['employee_number','name',{'field':'san2','label':'xxxx'}]
    editable = SQLEDITABLE(db.employee_sheet, header=header,
showid=False, maxrow=5, deletable=True).process()



On Mon, Jul 30, 2018 at 11:21 PM Anthony <[email protected]> wrote:

> On Monday, July 30, 2018 at 1:36:28 PM UTC-4, GS wrote:
>>
>> Hi Anthony,
>>
>> I am using the below
>>
>> Header=[‘helper’]
>> And then passing header=header in the function to display the table.
>>
>
> What function? Can you show the full code?
>
> --
> Resources:
> - http://web2py.com
> - http://web2py.com/book (Documentation)
> - http://github.com/web2py/web2py (Source code)
> - https://code.google.com/p/web2py/issues/list (Report Issues)
> ---
> You received this message because you are subscribed to the Google Groups
> "web2py-users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> For more options, visit https://groups.google.com/d/optout.
>


-- 
--
Thanks & Regards
Gaurav Shet

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to