Untitled

 avatar
unknown
plain_text
2 years ago
1.3 kB
4
Indexable
$('#datatablesSimple4').DataTable({
    "responsive": true,
    "pageLength": 15,
    "aaSorting": [],
    "dom": 'Bfrtip',
    "buttons": ['copy', 'csv', 'excel', 'pdf', 'print']
});
$('#viewManufactures').DataTable({
    "responsive": true,
    "pageLength": 15,
    "aaSorting": [],
    "dom": 'Bfrtip',
    "buttons": ['copy', 'csv', 'excel', 'pdf', 'print']
});
$('#datatablesSimple5').DataTable({
    "responsive": true,
    "pageLength": 3,
    "aaSorting": [],
    "dom": 'Bfrtip',
    "buttons": ['copy', 'csv', 'excel', 'pdf', 'print']
});
$('#openInvoices').DataTable({
    "responsive": true,
    "pageLength": 3,
    "aaSorting": [],
    "dom": 'Bfrtip',
    "buttons": ['copy', 'csv', 'excel', 'pdf', 'print']
});
$('#closedInvoices').DataTable({
    "responsive": true,
    "pageLength": 3,
    "aaSorting": [],
    "dom": 'Bfrtip',
    "buttons": ['copy', 'csv', 'excel', 'pdf', 'print']
});
$('#payments').DataTable({
    "responsive": true,
    "pageLength": 3,
    "aaSorting": [],
    "dom": 'Bfrtip',
    "buttons": ['copy', 'csv', 'excel', 'pdf', 'print']
});
$('#POHistory').DataTable({
    "responsive": true,
    "pageLength": 3,
    "aaSorting": [],
    "dom": 'Bfrtip',
    "buttons": ['copy', 'csv', 'excel', 'pdf', 'print']
});


$('.select2').select2();

Editor is loading...