我正在使用jquery数据表。我没有得到打印按钮
https://datatables.net/extensions/buttons/examples/html5/simple.html 我正在尝试的上述链接
The below code I tried
<script type="text/javascript" src="assets/nabard-js/jquery.bootstrap.newsbox.min.js"></script>
<script src="https://cdn.datatables.net/buttons/1.2.2/js/dataTables.buttons.min.js "></script>
<script src="https://cdn.datatables.net/buttons/1.2.2/js/buttons.print.min.js"></script>
<script src="https://cdn.datatables.net/buttons/1.2.2/css/buttons.dataTables.min.css"></script>
$('#table').DataTable( {
dom: 'Bfrtip',
buttons: [
'print'
]
} );
im not getting print button in my output