-
Notifications
You must be signed in to change notification settings - Fork 0
/
search.php
25 lines (25 loc) · 1.29 KB
/
search.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
<div class="row">
<div class="col-sm-12 col-md-12 col-lg-12">
<h1 class="float-left font-weight-bold text-primary animated fadeIn">
<i class="fas fa-search"></i> ค้นหาข้อมูลลูกค้า
</h1>
<table
data-toggle="table"
data-url="./api/datatable/fetch_ca_automatic.php"
data-fixed-columns="true"
data-sticky-header="true"
data-pagination-v-align="both"
data-search="true"
data-pagination="true">
<thead>
<tr>
<th data-field="CA" data-sortable="true" data-formatter="textCenterFormatter"><i class="fas fa-indent"></i> หมายเลขผู้ใช้ไฟฟ้า (CA)</th>
<th data-field="BP" data-sortable="true" data-formatter="textCenterFormatter"><i class="fas fa-business-time"></i> หมายเลข BP</th>
<th data-field="BP_NAME"><i class="fas fa-user-tie"></i> ชื่อ BP</th>
<th data-field="QUANTITY_PURCHASE" data-formatter="suffixQuantityTextCenterFormatter" data-sortable="true"><i class="fas fa-receipt"></i> จำนวนครั้ง</th>
<th data-formatter="operateFormatter" data-events="operateEvents"><i class="fas fa-cogs"></i> จัดการ</th>
</tr>
</thead>
</table>
</div>
</div>