Quantcast
Channel: DataTables 1.10 — DataTables forums
Viewing all articles
Browse latest Browse all 2364

Export Windows won't close automatically

$
0
0

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!


Viewing all articles
Browse latest Browse all 2364

Trending Articles