PDF Export button - how to ignore Actions buttons column
PDF Export button - how to ignore Actions buttons column
I am using standard export buttons, PDF, Excel, Print.
I have one column in the table with fixed visibility, that is Actions column that contains HTML buttons.
I want that column to be ignored during export, and all other visible columns exported.
Answers
Use the
columnsoption ofexportOptions(buttons.exportData()).There is an example show that in operation here.
Allan