I would like to combine Column visibility with Exporting and Responsiveness.
I have a large table with 15 columns. I would like to export only the selected ones. The problem is, some of the selected columns are invisible due to Responsiveness.
My goal:
Export to CSV the selected cols (random 10 are selected).
Results:
Default options:
All of the 15 columns are exported.
Columns: ':visible'
Only the first 5 selected is exported, the following 5 are hidden because of responsiveness.
How can I make Datatable export recognise the selected columns with "Column visibility"?
Thanks,
Blitz