Hi @Martin. Is it somehow possible to export columns which are not shown in grid, but are present in data bean?
Hi Uroš!
What you could do, is to define the columns but make them invisible, and then configure the exporter to include them in the report.
Take a look to this example: https://addonsv24.flowingcode.com/gridexporter/custom-columns
The Last Name is not shown in the grid, but it is being exported instead of the Name column.
If you have issues with this approach let me know.
Regards!