Column generation, renderer and export XLS

Hi,

We have a grid with a generated column which is rendered via ComponentRenderer.

When we use “Export XLS” action on grid, result contains web component references, not value of the cell. I’m not able to separate column generation and rendering. Is it possible ? It seems that the value used in CUBA is the cell content (web component) not the data.

Regards, Stef.

I see in documentation the Table component has the .addPrintable() to a column that it isn’t in DataGrid interface …

Hi,
This recent topic may help you: "addPrintable" for DataGrid? - #2 от пользователя Pinyazhin

1 Like