-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbu.php
26 lines (25 loc) · 1.08 KB
/
bu.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<div class="row">
<div class="col-sm-12 col-md-12 col-lg-12">
<h2 class="float-left font-weight-bold text-primary">
<i class="fas fa-search"></i> ลูกค้าธุรกิจเสริม
</h2>
<table
data-toggle="table"
data-pagination="true"
data-pagination-v-align="both"
data-fixed-columns="true"
data-sticky-header="true"
data-search="true"
data-page-list="[5, 10, 20, 100, ALL]"
data-url="./api/datatable/bu_table.php">
<thead>
<tr>
<th data-field="CA" data-sortable="true"><i class="fas fa-indent"></i>หมายเลขผู้ใช้ไฟฟ้า</th>
<th data-field="CUSTOMER_NAME" data-sortable="true"><i class="fas fa-user-tie"></i>ชื่อลูกค้า</th>
<th data-field="num" data-sortable="true"><i class="fas fa-receipt"></i> จำนวนครั้ง</th>
<th data-formatter="operateFormatter" data-events="operateEvents" > รายละเอียด</th>
</tr>
</thead>
</table>
</div>
</div>