javascript - Issue with tabletool of datatable with pdf, csv, xls and copy options -


stable = $('#s').datatable({         "bvisible":"true",         "dom": 't<"clear">lfrtip',                 "tabletools": {                        "sswfpath": "https://cdn.datatables.net/tabletools/2.1.1/swf/copy_csv_xls_pdf.swf",                         "abuttons": [                 "copy",                 "csv",                 "xls",                            "pdf",                "print",                "select_all",                 "select_none"              ]         } }); 

buttons showing fine, copy,csv,xls,pdf not working, not getting 404 , have checked in browser console, loading total datatable , buttons 's container dynamically filter button. may cause problem,, please me .

your browser adobe flash player plug-in disabled, disabled particular page or not installed @ all.


Comments

Popular posts from this blog

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -