CHANGE_bds_table_responsive issue - VADIVEL J 2025-10-29 16:40
This commit is contained in:
parent
57a5b57fa5
commit
0eef4cccad
@ -958,21 +958,7 @@
|
||||
/* aligns text properly */
|
||||
}
|
||||
</style>
|
||||
<!-- additional table fix for dropdown -->
|
||||
<style>
|
||||
.table-responsive {
|
||||
overflow: visible !important;
|
||||
}
|
||||
|
||||
.btn-group,
|
||||
.dropdown {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.dropdown-menu {
|
||||
z-index: 9999;
|
||||
}
|
||||
</style>
|
||||
|
||||
<!-- modal section -->
|
||||
<style>
|
||||
|
||||
@ -79,7 +79,7 @@ table.dataTable tbody td {
|
||||
<thead class="bg-light">
|
||||
<tr>
|
||||
<th>S. No</th>
|
||||
<th style="display: none;">User</th>
|
||||
<th>User</th>
|
||||
<th>Month</th>
|
||||
<!-- <th style="display: none;">Business Type</th> -->
|
||||
<th style="display: none;">Client Type</th>
|
||||
@ -92,12 +92,17 @@ table.dataTable tbody td {
|
||||
<th>Endorsement No</th>
|
||||
<!-- <th style="display: none;">Insurer Name</th> -->
|
||||
<th>Insurer Branch</th>
|
||||
|
||||
|
||||
<!-- <th style="display: none;">TPA</th> -->
|
||||
<th style="display: none;">Endorsement <br> Effective Date</th>
|
||||
<th style="display: none;">Policy <br> Effective Date</th>
|
||||
<th style="display: none;">Policy <br> Expiry Date</th>
|
||||
<th style="display: none;">Reference</th>
|
||||
<th style="display: none;">Remarks</th>
|
||||
|
||||
|
||||
|
||||
<th>BP Premium</th>
|
||||
<th>TP/Ter Premium</th>
|
||||
<th style="display: none;">Premium <br> (without GST)</th>
|
||||
@ -105,7 +110,7 @@ table.dataTable tbody td {
|
||||
<th>Total Premium</th>
|
||||
<th>BP %</th>
|
||||
<th>TP/Ter %</th>
|
||||
<th style="display: none;">Rewards</th>
|
||||
<th>Rewards</th>
|
||||
<th>Agreed Amount</th>
|
||||
<th>Invoiced Amount</th>
|
||||
<th>Outstanding Amount</th>
|
||||
@ -221,11 +226,16 @@ table.dataTable tbody td {
|
||||
<!-- <td style="display: none;"><?php echo $row['insurer_name'] ?: 'N/A'; ?> </td> -->
|
||||
<td><?php echo $row['insurer_branch_name'] ?: 'N/A'; ?></td>
|
||||
<!-- <td style="display: none;"><?php echo $row['tpa_name']; ?></td> -->
|
||||
|
||||
|
||||
<td style="display: none;"><?php echo empty($row['endorse_eff_date']) ? 'N/A' : date('d/m/Y', strtotime($row['endorse_eff_date'])) ?></td>
|
||||
<td style="display: none;"><?php echo empty($row['policy_start_date']) ? 'N/A' : date('d/m/Y', strtotime($row['policy_start_date'])); ?></td>
|
||||
<td style="display: none;"><?php echo empty($row['policy_end_date']) ? 'N/A' : date('d/m/Y', strtotime($row['policy_end_date'])); ?></td>
|
||||
<td style="display: none;"><?php echo $row['ref'] ?: 'N/A'; ?></td>
|
||||
<td style="display: none;"><?php echo $row['remarks'] ?: 'N/A'; ?></td>
|
||||
|
||||
|
||||
|
||||
<td class="right-align-input"><?php echo $row['bp_amt']; ?></td>
|
||||
<td class="right-align-input"><?php echo $row['tp_or_ter']; ?></td>
|
||||
<td class="right-align-input" style="display: none;"><?php echo $row['premium_wo_gst']; ?></td>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user