I use the "export" example from https://editor.datatables.net/examples/extensions/exportButtons
It works great, but....
...is there an option that the appearing window will close automatically after selecting an option?
buttons: [
{ extend: 'create', editor: editor },
{ extend: 'edit', editor: editor },
{ extend: 'remove', editor: editor },
{
extend: 'collection',
text: 'Export',
buttons: [
'copy',
'excel',
'csv',
'pdf',
'print'
]
}
]
Thank's a lot!