Hi Champ,
I am using default export functionality of record in my interface to download data in to a excel. But when it's downloading, it's downloading columns with extra data. For example if I have a column with a text with an icon, then it's downloading text and appening the icon text as well which I don't want in my excel. I want only the text to be downloaded. Moreoever, if I want to download only few columns, then how can I customize that. I know we can build a different download icon link and can do that; but clinet is not preferring that option of custom development again.
Regards,
Ghanashyam
Discussion posts and replies are publicly visible
provide a drop-down/selection to user where they can select the column names which they want to export and configure exportWhen parameter whether the column is present in selected list ex: contains(array:selectedColNameListFromDropdown, value:currentCol)