Datatables ile yazdir islem nasil yapilir ?
$(document).ready(function() { $('#example').DataTable( { dom: 'Bfrtip', buttons: [ 'print' ] } ); } );