|
|
@@ -6,6 +6,8 @@
|
|
|
<meta name="author" content="zhixin">
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
<link rel="stylesheet" href="../assets/bootstrap/css/bootstrap.min.css">
|
|
|
+ <!--<link rel="stylesheet" href="../assets/bootstrap2.3/css/bootstrap.min.css">-->
|
|
|
+ <!--<link rel="stylesheet" href="../assets/bootstrap2.3/css/bootstrap-responsive.min.css">-->
|
|
|
<link rel="stylesheet" href="../src/bootstrap-table.css">
|
|
|
<link rel="stylesheet" href="../assets/highlightjs/default.min.css">
|
|
|
<link rel="stylesheet" href="docs.css">
|
|
|
@@ -17,6 +19,7 @@
|
|
|
|
|
|
<script src="../assets/jquery.min.js"></script>
|
|
|
<script src="../assets/bootstrap/js/bootstrap.min.js"></script>
|
|
|
+ <!--<script src="../assets/bootstrap2.3/js/bootstrap.min.js"></script>-->
|
|
|
<script src="../docs/examples.js"></script>
|
|
|
</head>
|
|
|
<body>
|
|
|
@@ -64,7 +67,7 @@
|
|
|
</div>
|
|
|
<div class="container">
|
|
|
<div class="row">
|
|
|
- <div class="col-md-3">
|
|
|
+ <div class="col-md-3 span3">
|
|
|
<div class="bs-sidebar" role="complementary">
|
|
|
<ul class="nav bs-sidenav">
|
|
|
<li><a href="#basic-table">Basic Table</a></li>
|
|
|
@@ -103,7 +106,7 @@
|
|
|
</ul>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <div class="col-md-9" role="main">
|
|
|
+ <div class="col-md-9 span9" role="main">
|
|
|
<div class="page-header alert alert-info">
|
|
|
<a class="close" data-dismiss="alert" href="#" aria-hidden="true">×</a>
|
|
|
<b>NOTE:</b> Bootstrap Table is licensed under the <a href="https://github.com/wenzhixin/bootstrap-table/blob/master/LICENSE">The MIT License</a>. Completely free, you can arbitrarily use and modify this plugin. If you like this plugin, you can <a href="http://github.com/wenzhixin/bootstrap-table"><b>Star</b></a> this repo, your support is my biggest motive force, thanks.
|