diff --git a/app/Views/batch_list.php b/app/Views/batch_list.php index 70fe7c5a..457b93aa 100755 --- a/app/Views/batch_list.php +++ b/app/Views/batch_list.php @@ -210,7 +210,7 @@ $(document).ready(function() { $('#datatable-buttons').DataTable({ - dom: "<'d-flex justify-content-between align-items-center'<'datatable-search'f><'datatable-buttons'B>>" + + dom: "<'row'<'col-12 d-flex justify-content-between align-items-center'<'datatable-search dataTables_filter'f><'datatable-buttons dt-buttons'B>>>" + "<'row'<'col-sm-12'tr>>" + "<'row'<'col-sm-5'i><'col-sm-7'p>>", buttons: [{ diff --git a/app/Views/client_deposit_list.php b/app/Views/client_deposit_list.php index a1f8113d..ba5eb225 100755 --- a/app/Views/client_deposit_list.php +++ b/app/Views/client_deposit_list.php @@ -70,7 +70,7 @@ $(document).ready(function() { $('#tickets-table').DataTable({ - dom: "<'d-flex justify-content-between align-items-center'<'datatable-search'f><'datatable-buttons'B>>", + dom: "<'row'<'col-12 d-flex justify-content-between align-items-center'<'datatable-search dataTables_filter'f><'datatable-buttons dt-buttons'B>>>", buttons: [{ extend: 'csv', text: 'CSV', diff --git a/app/Views/client_list.php b/app/Views/client_list.php index 9017d3c1..fb1095af 100755 --- a/app/Views/client_list.php +++ b/app/Views/client_list.php @@ -297,7 +297,7 @@ table.dataTable thead th { $(document).ready(function() { $('#tickets-table').DataTable({ - dom: "<'d-flex justify-content-between align-items-center'<'datatable-search'f><'datatable-buttons'B>>" + + dom: "<'row'<'col-12 d-flex justify-content-between align-items-center'<'datatable-search dataTables_filter'f><'datatable-buttons dt-buttons'B>>>" + "<'row'<'col-sm-12'tr>>" + "<'row'<'col-sm-5'i><'col-sm-7'p>>", diff --git a/app/Views/endorsement_list.php b/app/Views/endorsement_list.php index ea94aca6..b0f49f94 100755 --- a/app/Views/endorsement_list.php +++ b/app/Views/endorsement_list.php @@ -590,7 +590,7 @@ $(document).ready(function() { $('#tickets-table').DataTable({ - dom: "<'d-flex justify-content-between align-items-center'<'datatable-search'f><'datatable-buttons'B>>" + + dom: "<'row'<'col-12 d-flex justify-content-between align-items-center'<'datatable-search dataTables_filter'f><'datatable-buttons dt-buttons'B>>>" + "<'row'<'col-sm-12'tr>>" + "<'row'<'col-sm-5'i><'col-sm-7'p>>", buttons: [{ diff --git a/app/Views/file_list.php b/app/Views/file_list.php index c46fb860..9e9e4788 100755 --- a/app/Views/file_list.php +++ b/app/Views/file_list.php @@ -461,7 +461,7 @@ $('body').on('click', '.reload', function() { $(document).ready(function() { $('#tickets-table').DataTable({ - dom: "<'d-flex justify-content-between align-items-center'<'datatable-search'f><'datatable-buttons'B>>" + + dom: "<'row'<'col-12 d-flex justify-content-between align-items-center'<'datatable-search dataTables_filter'f><'datatable-buttons dt-buttons'B>>>" + "<'row'<'col-sm-12'tr>>" + "<'row'<'col-sm-5'i><'col-sm-7'p>>", "buttons": [{ diff --git a/app/Views/hr_activity_history.php b/app/Views/hr_activity_history.php index e868cf8b..dc5ddd64 100644 --- a/app/Views/hr_activity_history.php +++ b/app/Views/hr_activity_history.php @@ -93,9 +93,9 @@ $(document).ready(function () { if (ticketsTable.length) { var table = ticketsTable.DataTable({ scrollX: true, - dom: "<'row'<'col-sm-6'f><'col-sm-6 text-right'B>>" + // search left, buttons right - "<'row'<'col-sm-12'tr>>" + - "<'row'<'col-sm-3'i><'col-sm-2'l><'col-sm-7'p>>", + dom: "<'row'<'col-12 d-flex justify-content-between align-items-center'<'datatable-search dataTables_filter'f><'datatable-buttons dt-buttons'B>>>" + + "<'row'<'col-sm-12'tr>>" + + "<'row'<'col-sm-5'i><'col-sm-7'p>>", language: { search: "_INPUT_", searchPlaceholder: "Search..." diff --git a/app/Views/hr_file_upload.php b/app/Views/hr_file_upload.php index dfd67d6b..1e3738f2 100644 --- a/app/Views/hr_file_upload.php +++ b/app/Views/hr_file_upload.php @@ -342,7 +342,7 @@ // for datatable $(document).ready(function() { $('#hr_tickets_table').DataTable({ - dom: "<'d-flex justify-content-between align-items-center'<'datatable-search'f><'datatable-buttons'B>>" + + dom: "<'row'<'col-12 d-flex justify-content-between align-items-center'<'datatable-search dataTables_filter'f><'datatable-buttons dt-buttons'B>>>" + "<'row'<'col-sm-12'tr>>" + "<'row'<'col-sm-5'i><'col-sm-7'p>>", "buttons": [{ diff --git a/app/Views/insurer_list.php b/app/Views/insurer_list.php index 026b0410..c91f7f91 100755 --- a/app/Views/insurer_list.php +++ b/app/Views/insurer_list.php @@ -182,7 +182,7 @@ $(document).ready(function() { $('#tickets-table').DataTable({ - dom: "<'d-flex justify-content-between align-items-center'<'datatable-search'f><'datatable-buttons'B>>" + + dom: "<'row'<'col-12 d-flex justify-content-between align-items-center'<'datatable-search dataTables_filter'f><'datatable-buttons dt-buttons'B>>>" + "<'row'<'col-sm-12'tr>>" + "<'row'<'col-sm-5'i><'col-sm-7'p>>", buttons: [{ diff --git a/app/Views/irba_report.php b/app/Views/irba_report.php index 39813f63..b11f572e 100644 --- a/app/Views/irba_report.php +++ b/app/Views/irba_report.php @@ -4,64 +4,67 @@
S.No. |
- Issuer |
- Business Type |
- Client Type |
- Client / Branch |
- Insurer |
- Policy |
- Policy No |
- Policy Issue Date |
- D.O.C |
- D.O.E |
- No of Insured |
- No of Dependents |
- Status |
- User |
- Action |
-
|---|
|
+ S.No.
+ |
+
+ Issuer
+ |
+
+ Business Type
+ |
+
+ Client Type
+ |
+
+ Client / Branch
+ |
+
+ Insurer
+ |
+
+ Policy
+ |
+
+ Policy No
+ |
+
+ Policy Issue Date
+ |
+
+ D.O.C
+ |
+
+ D.O.E
+ |
+
+ No of Insured
+ |
+
+ No of Dependents
+ |
+
+ Status
+ |
+
+ User
+ |
+
+ Action
+ |
+
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| + | @@ -320,23 +347,23 @@ table.dataTable tbody td { |