Buttons: export vidible columns but not the last
Buttons: export vidible columns but not the last
moser22
Posts: 1Questions: 1Answers: 0
Hello,
I use the following code to print visible columns. It work great.
buttons: [
{
extend: 'print',
text: 'Imprimer',
exportOptions: { columns: [':visible'] }
},
'colvis'
]
But I have a dropdown in last column. I don't will export this column with.
How can I do that?
Thank you.
This discussion has been closed.
Answers
There is currently no option to extract values from form input elements such as
select
lists. Sorry.Allan