@@ -1,10 +1,10 @@
## Changelog
-### 1.0.7
+### 1.1.0
* Fix old firefox browser display error.
* Add minimunCountColumns option.
-
+* Update the table body header implementation and resetView method.
### 1.0.6
@@ -1,6 +1,6 @@
{
"name": "bootstrap-table",
- "version": "1.0.6",
+ "version": "1.1.0",
"title": "Bootstrap Table",
"description": "Bootstrap table displays data in a tabular format and offers rich support to radio, checkbox, sort, pagination and so on.",
"author": {
"homepage": "https://github.com/wenzhixin/bootstrap-table",
"authors": [
"zhixin <wenzhixin2010@gmail.com>"
@@ -202,7 +202,7 @@
<div class="container">
<p>Copyright © 2012-2014, Bootstrap Table is licensed under the The MIT License. Coded by wenzhixin. </p>
<ul class="footer-links">
- <li>Currently: v1.0.6</li>
+ <li>Currently: v1.1.0</li>
<li class="muted">·</li>
<li><a href="http://wenzhixin.net.cn">My website</a></li>
@@ -737,7 +737,7 @@
@@ -133,7 +133,7 @@