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 data-toggle="table"
data-url="/gh/get/response.json/wenzhixin/bootstrap-table/tree/master/docs/data/data1/" data-search="true" data-strict-search="false">
<thead>
<tr>
<th data-field="name" data-searchable="true">Name</th>
<th data-field="stargazers_count" data-searchable="true">Stars</th>
<th data-field="forks_count" data-searchable="true">Forks</th>
<th data-field="description" data-searchable="true">Description</th>
</tr>
</thead>
</table>