Dynamic columns in exporter
I need to dynamically register columns in an exporter based on the records being exported.
Is it possible to access the records being exported in the exporters getColumns function?
1 Reply
Can't seem to find a solution to this.. Any ideas?
Seems like the option is to build my own export otherwise
Basically I have a column in the database which contains dynamic json-data, I need to be able to access this data and add columns to the export based on it.