<script>
$(document).ready(function() {
$('#example').DataTable({
"language": {
"url": "../jquery/plugins/dataTables/ff.json"
},
"columns": [ null, null, { "width": "6%" }, { "width": "6%" } ],
"order": [],
"columnDefs": [ {"targets" : 'no-sort', "orderable": false} ],
"dom": 'Bfrtip',
"buttons": [ 'copyHtml5', 'excelHtml5', 'csvHtml5', 'pdfHtml5' ]
});
$("[data-toggle=tooltip]").tooltip();
}); 自舉數據表導出按鈕
任何人可以幫助我......一切工作,除了顯示出口按鈕...預先感謝您的幫助
什麼不工作? –