Untitled
unknown
plain_text
3 years ago
1.3 kB
7
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...