-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhigh_value.php
26 lines (26 loc) · 1.25 KB
/
high_value.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">
<h1 class="float-left font-weight-bold text-primary" id="high_value_text">
<i class="fas fa-search"></i> ลูกค้ารายสำคัญ
</h1>
<table
data-toggle="table"
data-pagination="true"
data-pagination-v-align="both"
data-fixed-columns="true"
data-sticky-header="true"
data-search="true"
data-url="./api/datatable/high_value_table.php">
<thead>
<tr>
<th data-field="Ca1" data-sortable="true"><i class="fas fa-indent"></i>หมายเลขผู้ใช้ไฟฟ้า (CA)</th>
<th data-field="CUSTOMER_NAME" data-sortable="true"><i class="fas fa-user-tie"></i>ชื่อลูกค้า</th>
<th data-field="HML_Type" data-sortable="true"><i class="fas fa-receipt"></i> HML_TYPE</th>
<th data-field="KAM_TYPE" data-sortable="true"><i class="fas fa-receipt"></i>KAM_TYPE </th>
<th data-field="KAMR" data-sortable="true"><i class="fas fa-receipt"></i>ผู้ดูแล </th>
<th data-formatter="operateFormatter" data-events="operateEvents" > รายละเอียด</th>
</tr>
</thead>
</table>
</div>
</div>