Bootstrap Table

by jimkennelly

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="table" data-pagination="true" data-search="true" data-unique-id="id"...

JavaScript

$(function () {
    $('#table').bootstrapTable({
      
    });
});