Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

<div class="row">

<div class="col-md-12">
<div class="card-box card shadow">

<div class="card-body">

<h2 class="mb-0">Data Laporan</h2>


<hr/>

<div class="table-responsive">
<table id="example" class="table table-striped table-
bordered w-100 text-nowrap">
<thead>
<tr>
<th class="wd-15p">No</th>
<th class="wd-15p">No Sam</th>
<th class="wd-15p">Nama</th>
<th class="wd-15p">Alamat</th>
<th class="wd-15p">Golongan</th>

</tr>
</thead>
<tbody>

<!-- <tr>
<td>Bella</td>
<td>Chloe</td>
<td>System Developer</td>
<td>2018/03/12</td>
<td>$654,765</td>
<td>b.Chloe@datatables.net</td>
</tr> -->

</tbody>
</table>
</div>

You might also like