Here

http://code.google.com/p/web2py/issues/list

anyway, the proper way to do this should be to have Virtual fields. Links 
will never be included in the csv because they are links, not data.

On Tuesday, 30 October 2012 22:23:16 UTC-5, k0aun9 wrote:
>
> Okay. By the way, where do I open a ticket?
>
>
> On Friday, 19 October 2012 21:39:42 UTC+8, Massimo Di Pierro wrote:
>>
>> Links are not included in the csv export. The proper way to do it would 
>> be to use computed fields or virtual fields. Yet the grid must be improved 
>> to support it. Please open a ticket.
>>
>> massimo
>>
>> On Friday, 19 October 2012 04:33:37 UTC-5, k0aun9 wrote:
>>>
>>> Hi Guys,
>>>
>>> I have a grid with two more columns with computed fields using below 
>>> implementation -
>>>
>>> links = [{'header':'column1','body':lambda row: function1(row.id)}]
>>>
>>> It displays as I expected, but when I tried to export to csv (csv=True 
>>> parameter is set) that column is missing.
>>>
>>> Am I missing something or it is not supported in grid.
>>>
>>> Appreciate if someone could point me to the right direction.
>>>
>>> Regards,
>>> k0aun9
>>>
>>>
>>>

-- 



Reply via email to