Bootstrap Table
HTML
<link rel="stylesheet" href="https://rawgit.com/wenzhixin/bootstrap-table/master/src/bootstrap-table.css">
<script src="https://rawgit.com/wenzhixin/bootstrap-table/master/src/bootstrap-table.js"></script>
<table id="definitionUserTable" data-sort-name="id" data-toolbar="#userToolbar" data-toolbar-align="right" style="min-height:200" data-show-header="true" data-classes="table-no-bordered" data-height="500" data-stripped="true">
<thead>
<tr>
<th>id</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td>21</td>
<td>Show password plugin for twitter bootstrap.
</td>
<tr>
<td>11</td>
<td>hide password plugin for twitter bootstrap.
</td>
</tr>
</tbody>
</table>
JavaScript
$("#definitionUserTable").bootstrapTable({});