- | ${index + 1} |
+ ${index + 1} |
${item.doc_name} |
${item.url} |
diff --git a/app/Views/claims_report_acc_manager_wise.php b/app/Views/claims_report_acc_manager_wise.php
index 2608e391..105f552a 100644
--- a/app/Views/claims_report_acc_manager_wise.php
+++ b/app/Views/claims_report_acc_manager_wise.php
@@ -88,10 +88,24 @@
"<'row'<'col-sm-12'tr>>" +
"<'row'<'col-sm-5'i><'col-sm-7'p>>",
buttons: [
- { extend: 'csv', text: 'CSV', title: 'Insurer-Wise-Report-List' },
- { extend: 'excel', text: 'Excel', title: 'Insurer-Wise-Report-List', exportOptions: { orthogonal: 'sort' } }
+ {
+ extend: 'collection',
+ text: ' Export ',
+ className: 'btn app-btn-secondary ',
+ buttons: [
+ { extend: 'csv', text: ' CSV ', title: 'Insurer-Wise-Report-List', className: 'app-btn-primary ' },
+ { extend: 'excel', text: ' EXCEL ', title: 'Insurer-Wise-Report-List', className: 'app-btn-primary ', exportOptions: { orthogonal: 'sort' } }
+ ],
+ }
],
- language: { search: "_INPUT_", searchPlaceholder: "Search..." },
+ language: {
+ search: `
+
+ _INPUT_
+
+ `,
+ searchPlaceholder: "Search"
+ },
paging: true,
pageLength: 10,
ordering: false
diff --git a/app/Views/claims_report_tpa_wise.php b/app/Views/claims_report_tpa_wise.php
index 40121b41..ec66572a 100644
--- a/app/Views/claims_report_tpa_wise.php
+++ b/app/Views/claims_report_tpa_wise.php
@@ -86,10 +86,24 @@
"<'row'<'col-sm-12'tr>>" +
"<'row'<'col-sm-5'i><'col-sm-7'p>>",
buttons: [
- { extend: 'csv', text: 'CSV', title: 'Insurer-Wise-Report-List' },
- { extend: 'excel', text: 'Excel', title: 'Insurer-Wise-Report-List', exportOptions: { orthogonal: 'sort' } }
+ {
+ extend: 'collection',
+ text: ' Export ',
+ className: 'btn app-btn-secondary ',
+ buttons: [
+ { extend: 'csv', text: ' CSV ', title: 'Insurer-Wise-Report-List',className: 'app-btn-primary ' },
+ { extend: 'excel', text: ' EXCEL ', title: 'Insurer-Wise-Report-List',className: 'app-btn-primary ', exportOptions: { orthogonal: 'sort' } }
+ ]
+ }
],
- language: { search: "_INPUT_", searchPlaceholder: "Search..." },
+ language: {
+ search: `
+
+ _INPUT_
+
+ `,
+ searchPlaceholder: "Search"
+ },
paging: true,
pageLength: 10,
ordering: false
diff --git a/app/Views/client_deposit_list.php b/app/Views/client_deposit_list.php
index ba5eb225..81c80750 100755
--- a/app/Views/client_deposit_list.php
+++ b/app/Views/client_deposit_list.php
@@ -16,14 +16,13 @@
" type="button" id="btnAdd" class="btn btn-primary waves-effect waves-light" data-toggle="" data-placement="top" title="Add" data-trigger="hover">ADD
-->
-
+
- | Insurer Name |
- Insurer Branch Name |
- CD Account Number |
- Current Balance |
+ Insurer Name |
+ Insurer Branch Name |
+ CD Account Number |
+ Current Balance |
Action |
@@ -70,31 +69,43 @@
$(document).ready(function() {
$('#tickets-table').DataTable({
+ // dom: "<'row'<'col-sm-0'f><'col-sm-9 text-right'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',
- title: 'Client Deposit Details - ' + ' ',
- className: 'my_class',
- exportOptions: {
- columns: ':not(:last-child)'
- },
- },
- {
- extend: 'pdf',
- text: 'PDF',
- title: 'Client Deposit Details - ' + ' ',
- exportOptions: {
- columns: ':not(:last-child)'
- },
- }
- ],
-
-
+ buttons: [
+ {
+ extend: 'collection',
+ text: ' Export ',
+ className: 'btn app-btn-secondary ',
+ buttons: [
+ {
+ extend: 'csv',
+ text: ' CSV ',
+ title: 'Client Deposit Details - ' + ' ',
+ className: 'app-btn-primary ',
+ exportOptions: {
+ columns: ':not(:last-child)'
+ },
+ },
+ {
+ extend: 'pdf',
+ text: ' PDF ',
+ title: 'Client Deposit Details - ' + ' ',
+ exportOptions: {
+ columns: ':not(:last-child)'
+ },
+ className: 'app-btn-primary ',
+ }
+ ]
+ }
+ ],
language: {
- search: "_INPUT_",
- searchPlaceholder: "Search..."
- },
+ search: `
+
+ _INPUT_
+
+ `,
+ searchPlaceholder: "Search"
+ },
});
diff --git a/app/Views/client_kyc.php b/app/Views/client_kyc.php
index b7f543d8..e68543e2 100755
--- a/app/Views/client_kyc.php
+++ b/app/Views/client_kyc.php
@@ -1,49 +1,15 @@
-
-
+
-
+
-
+
- | S.no |
+ S. No |
Document Name |
Status |
Action |
@@ -63,7 +29,7 @@
|