table alignment in emergency purchase order
This commit is contained in:
parent
7dc84cdd57
commit
99fc75bf73
@ -6093,27 +6093,7 @@ if (!empty($INRSYMBOL)) {
|
|||||||
});
|
});
|
||||||
|
|
||||||
// Initialize the DataTable
|
// Initialize the DataTable
|
||||||
var table = $('#serviceTax').DataTable({
|
|
||||||
dom: 'Blfrtip', // Buttons, length menu, filter, table, information, pagination
|
|
||||||
buttons: [
|
|
||||||
'copy', 'csv', 'excel', 'pdf', 'print' // Export buttons
|
|
||||||
],
|
|
||||||
pageLength: 10, // Default rows per page
|
|
||||||
lengthMenu: [
|
|
||||||
[10, 20, 30, 50, -1],
|
|
||||||
[10, 20, 30, 50, "All"]
|
|
||||||
], // Rows per page options
|
|
||||||
responsive: true, // Responsive table
|
|
||||||
order: [
|
|
||||||
[0, 'desc']
|
|
||||||
], // Default ordering (column index 0, descending)
|
|
||||||
language: {
|
|
||||||
paginate: {
|
|
||||||
next: '<i class="fas fa-angle-right"></i>', // Next button icon
|
|
||||||
previous: '<i class="fas fa-angle-left"></i>' // Previous button icon
|
|
||||||
}
|
|
||||||
}
|
|
||||||
});
|
|
||||||
|
|
||||||
Inputmask("A{2,3} 9{1,2} A{1,2} 9{4}").mask($("#VehicleNo"));
|
Inputmask("A{2,3} 9{1,2} A{1,2} 9{4}").mask($("#VehicleNo"));
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user