Hello,
I am currently trying to implement a functionality that would let me dynamically change (for example delete) the columns in an export file (to MS Excel for example). These columns are as of right now loaded from a datastore. The datastore has all possible columns i could need in it, about 500. I am trying to make it possible to remove some of them, or change their name or order in the export file. I have already managed to gain access to the columns one by one to remove the data they should contain in the export file, but the name of the column is still there. I would like to be able to change that. I have already tried the modify("destroy column ...) but to no avail.
Thank you in advance for your response!