table alignment in emergency purchase order

This commit is contained in:
vadivel J 2024-09-23 17:42:55 +05:30
parent 7dc84cdd57
commit 99fc75bf73

View File

@ -2742,7 +2742,7 @@ if (!empty($INRSYMBOL)) {
<!-- table showing line items selected -->
<div class="row p-2">
<table class="table table-bordered">
<table class="table table-bordered ">
<div align="right" style="padding-right:10px">
<!-- Model for revenue PO -->
@ -6093,27 +6093,7 @@ if (!empty($INRSYMBOL)) {
});
// 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"));