Hide column on the page, but display it in Excel export
Hide column on the page, but display it in Excel export
kreso191
Posts: 5Questions: 5Answers: 0
So I have one column that I don't need on my web page, but when customers download Excel export file they want to input some data in it, so I want to display it in the Excel export. How would I go about that?
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
You can use column selectors as shown in this example:
https://datatables.net/extensions/buttons/examples/html5/columns.html
Kevin