I am tring to export all pages to excel but it doesn't work. Am I miss something?
$('#table').dataTable({ "oTableTools": { "aButtons": [ { "sExtends": "xls" } ] }});