Просмотр файла vtposter/assets/js/pages/tables/jquery-datatable.js
$(function () { $('.js-basic-example').DataTable(); //Exportable table $('.js-exportable').DataTable({ dom: 'Bfrtip', buttons: [ 'copy', 'csv', 'excel', 'pdf', 'print' ] }); });
$(function () { $('.js-basic-example').DataTable(); //Exportable table $('.js-exportable').DataTable({ dom: 'Bfrtip', buttons: [ 'copy', 'csv', 'excel', 'pdf', 'print' ] }); });