I'm using DataTables
to display and export my tables,
one of the types of datatables I use and this one here:
I would like to know if it is possible to set at startup which columns should be omitted and then optionally display them through the button?
Example: I have a table with the following columns
Name,Position,Office,Age,Start date,Salary
I would like only the Name,Position,Salary
columns to appear, and the others only appear when I click the button.