File manager - Edit - /home/wwwroot/camplus.hk/master.camplus.hk/public_html/application/modules/supplier/views/all_supplier.php
Back
<!-- BEGIN DATATABLE SCRIPTS --> <link href="<?php echo base_url(); ?>assets/custom/datatables/datatables.min.css" rel="stylesheet" > <script src="<?php echo base_url(); ?>assets/custom/datatables/datatables.min.js"></script> <script src="<?php echo base_url(); ?>assets/global/plugins/datatables/plugins/bootstrap/datatables.bootstrap.js"></script> <script src="<?php echo base_url(); ?>assets/custom/js/camplus-datatable.js"></script> <!-- END DATATABLE SCRIPTS --> <div class="portlet light bordered"> <div class="portlet-title"> <div class="caption"> <i class="icon-users font-dark"></i> <span class="bold"><?php echo $this->lang->line('suppliers'); ?></span> </div> </div> <div class="portlet-body"> <table class="table table-striped table-bordered table-hover" id="data_table"> <thead> <tr> <th><?php echo $this->lang->line('name'); ?></th> <th><?php echo $this->lang->line('supplier_name'); ?></th> <th><?php echo $this->lang->line('contact_number'); ?></th> <th><?php echo $this->lang->line('email'); ?></th> <th><?php echo $this->lang->line('address'); ?></th> <th><?php echo $this->lang->line('school'); ?></th> </tr> </thead> <tbody> </tbody> </table> </div> </div> <script> $(document).ready(function() { initTable(); // console.log(JSON.stringify($('#data_table').DataTable().data())) $('#data_table').DataTable().clear().destroy() $('#data_table').DataTable({ 'hideEmptyCols': true, 'bStateSave': true, // save datatable state(pagination, sort, etc) in cookie. 'lengthMenu': [ [10, 25, 50, -1], [10, 25, 50, 'All'] // change per page values here ], // set the initial value 'pageLength': 20, 'pagingType': 'bootstrap_full_number', 'processing': true, 'serverSide': true, 'ajax': { 'url': BASE_URL + 'supplier/suppliers/getSupplierDT/', 'type': 'POST' }, "columns": [ { "data": "supplier" }, { "data": "name" }, { "data": "tel" }, { "data": "email" }, { "data": "address" }, { "data": "school_name" } ] }) }); </script>
| ver. 1.4 |
Github
|
.
| PHP 7.2.34 | Generation time: 0.12 |
proxy
|
phpinfo
|
Settings