Edit File: datatable_custom.js
var dataListView = $('.data-list-view').DataTable( { dom: '<"top"<"actions action-btns"B><"action-filters"lf>><"clear">rt<"bottom"<"actions">p>', aLengthMenu: [[20, 50, 100], [20, 50, 100]], order: false, "pagingType": "simple_numbers" , language: { "zeroRecords": zeroRecordsText, "sSearch": SearchText, "lengthMenu": lengthMenuText1 + " _MENU_ " + lengthMenuText2, "sProcessing": sProcessing, "sInfoPostFix": "", "sUrl": "", "paginate": { "next": nextText, "previous": previousText }, // language : { // "sSearch": SearchText, // "sProcessing": sProcessing, // "sLengthMenu": sLengthMenu, // "sZeroRecords": sZeroRecords, // "sInfo": sInfo, // "sInfoEmpty": sInfoEmpty, // "sInfoFiltered":sInfoFiltered , // "sInfoPostFix": "", // "searchPlaceholder": searchPlaceholder , // "sUrl": "", // "paginate": { // "sFirst": sFirst, // "previous":sPrevious , // "next":sNext , // "sLast":sLast // } // }, },buttons: [ { extend: 'copyHtml5', text: copyText, exportOptions: { columns: [ 0, ':visible' ] } }, { extend: 'print', text: printText, exportOptions: { columns: ':visible' } } ] });
Back to File Manager