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 are showing fine, but copy,csv,xls,pdf are not working, i am not getting any 404 , i have checked in browser console, but i am loading total datatable and buttons 's container dynamically with a filter button. it may cause problem,, please help me .