93104e87 by yangjianbin

init

1 parent 16ad0812
......@@ -33,7 +33,7 @@
</div>-->
</form>
<div class="body mt-20">
<table class="table table-border table-bordered table-bg" id="table">
<table class="table table-border table-bordered table-bg" id="table" url="client/clients">
<thead class="text-c">
<tr>
<!-- <th width="68px">操作</th>-->
......@@ -52,7 +52,7 @@
<?php $this->load->view('common/footer'); ?>
<script>
var table = $('#table').dataTable({
aaSorting: [[1, "desc"]],
/*aaSorting: [[1, "desc"]],
serverSide: true,
processing: true,
bSort: false,
......@@ -81,7 +81,7 @@
data.currentPage = parseFloat(data.start / data.length) + 1;
return data;
}
},
},*/
columns: [
//{
// data: "id", render: function (data, type, full) {
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!