ok
Direktori : /home2/selectio/www/wedding-info-new/admin/ |
Current File : /home2/selectio/www/wedding-info-new/admin/alliance_report.php |
<?php include('header.php'); ?> <link rel="stylesheet" href="https://cdn.datatables.net/1.13.7/css/dataTables.bootstrap5.min.css"> <link rel="stylesheet" href="https://cdn.datatables.net/buttons/2.4.2/css/buttons.bootstrap5.min.css"> <div class="page-wrapper"> <div class="page-content"> <div class="card"> <div class="card-body"> <div class="table-responsive"> <table id="example9" class="stripe" style="width:100%"> <thead> <tr> <th>SL</th> <th>Name</th> <th>Gender</th> <th>Email</th> <th>Age</th> <th>Phone No.</th> <th>Secondary No.</th> <th>Address</th> <th>City</th> <th>State</th> <th>Country</th> <th>Pin Code</th> <th>Land Mark</th> <th>Occupation</th> <th>Annual income</th> <th>Interests</th> <th>Physical status</th> <th>Marital status</th> <th>Religion</th> <th>Caste</th> <th>Mother tongue</th> <th>Horoscope zodiac</th> <th>Verification status</th> <th>Created at</th> <th>Verified Status</th> <th>Number of logins</th> <th>Last Login</th> <th>Actions</th> <th>Actions</th> </tr> </thead> <tbody> </tbody> <tfoot> <tr> <th>SL</th> <th>Name</th> <th>Gender</th> <th>Email</th> <th>Age</th> <th>Phone No.</th> <th>Secondary No.</th> <th>Address</th> <th>City</th> <th>State</th> <th>Country</th> <th>Pin Code</th> <th>Land Mark</th> <th>Occupation</th> <th>Annual income</th> <th>Interests</th> <th>Physical status</th> <th>Marital status</th> <th>Religion</th> <th>Caste</th> <th>Mother tongue</th> <th>Horoscope zodiac</th> <th>Verification status</th> <th>Created at</th> <th>Verified Status</th> <th>Number of logins</th> <th>Last Login</th> <th>Actions</th> <th>Actions</th> </tr> </tfoot> </table> </div> </div> </div> </div> </div> <script src="https://code.jquery.com/jquery-3.7.0.js"></script> <script src="https://cdn.datatables.net/1.13.7/js/jquery.dataTables.min.js"></script> <script src="https://cdn.datatables.net/1.13.7/js/dataTables.bootstrap5.min.js"></script> <script src="https://cdn.datatables.net/buttons/2.4.2/js/dataTables.buttons.min.js"></script> <script src="https://cdn.datatables.net/buttons/2.4.2/js/buttons.bootstrap5.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/jszip/3.10.1/jszip.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/pdfmake/0.1.53/pdfmake.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/pdfmake/0.1.53/vfs_fonts.js"></script> <script> $(document).ready(function () { var dataTable = $('#example9').DataTable({ processing: true, order: [[0, 'asc']], serverSide: true, dom: 'Bfrtip', lengthMenu: [ [10, 25, 50, -1], ['10 rows', '25 rows', '50 rows', 'Show all'] ], buttons: [ { extend: 'pageLength', className: 'btn-sm' }, { extend: 'copyHtml5', className: 'btn-sm', exportOptions: { columns: ':visible' } }, { extend: 'excelHtml5', className: 'btn-sm', exportOptions: { columns: ':visible' } }, { extend: 'csvHtml5', className: 'btn-sm', orientation: 'landscape', pageSize: 'LEGAL', exportOptions: { columns: ':visible' } }, { extend: 'pdfHtml5', className: 'btn-sm', orientation: 'landscape', pageSize: 'LEGAL', exportOptions: { columns: ':visible' } }, { extend: 'colvis', className: 'btn-sm' } ], columnDefs: [ { targets: -1, visible: false } ], ajax: { url: 'data-tables/alliance-list-data-table.php', type: 'post', error: function () { $('.example-error').html(''); $('#example9').css('display', 'none'); } } }); $('#status').change(function () { dataTable.ajax.reload(); }); }); </script> <?php include('footer.php'); ?> <script> function view(id) { alert('id: ' + id); window.location.href = 'alliance_profile.php?id=' + id; } function edit(id) { alert('id: ' + id); window.location.href = 'alliance_profile.php?id=' + id; } </script>