Thanks to visit codestin.com
Credit goes to www.scribd.com

0% found this document useful (0 votes)
30 views4 pages

Data

The document displays a table with users' NIK, full name, email, and gender. It also includes pagination at the bottom to navigate between pages of the table.

Uploaded by

Khoirul Ulum
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
30 views4 pages

Data

The document displays a table with users' NIK, full name, email, and gender. It also includes pagination at the bottom to navigate between pages of the table.

Uploaded by

Khoirul Ulum
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 4

<div class="container-fluid">

<div class="row">

<div class="col-md-8">

<div class="panel panel-default">

<div class="panel-heading">Data</div>

<div class="panel-body">

<table border="0"

class="table table-bordered table-striped table-hover">

<thead>

<tr>

<th>NIK</th>

<th>Fullname</th>

<th>Email</th>

<th>Gender</th>

</tr>

</thead>

<tbody>

<tr>

<td>09090909</td>

<td>John Frusciante</td>

<td>[email protected]</td>

<td>Men</td>

</tr>

<tr>

<td>09090909</td>
<td>John Frusciante</td>

<td>[email protected]</td>

<td>Men</td>

</tr>

<tr>

<td>09090909</td>

<td>John Frusciante</td>

<td>[email protected]</td>

<td>Men</td>

</tr>

<tr>

<td>09090909</td>

<td>John Frusciante</td>

<td>[email protected]</td>

<td>Men</td>

</tr>

</tbody>

</table>

<nav aria-label="Page navigation">

<ul class="pagination">

<li>

<a href="#" aria-label="Previous">

<span aria-hidden="true">&laquo;</span>

</a>
</li>

<li><a href="#">1</a></li>

<li><a href="#">2</a></li>

<li><a href="#">3</a></li>

<li><a href="#">4</a></li>

<li><a href="#">5</a></li>

<li>

<a href="#" aria-label="Next">

<span aria-hidden="true">&raquo;</span>

</a>

</li>

</ul>

</nav>

</div>

</div>

</div>

<div class="col-md-4">

<div class="panel panel-default">

<div class="panel-body">

Ini ukuran 4 kolom

</div>

</div>

</div>

</div>
</div>

You might also like