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
--

