@@ -5,6 +5,7 @@
* Fix old firefox browser display error.
* Add minimunCountColumns option.
* Update the table body header implementation and resetView method.
+* Remove bootstrapVersion option.
### 1.0.6
@@ -20,12 +20,6 @@ $(function () {
],
data: [
{
- name: 'bootstrapVersion',
- type: 'Number',
- description: 'Bootstrap version.',
- 'default': '3'
- },
- {
name: 'classes',
type: 'String',
description: 'The class name of table.',
@@ -113,7 +113,6 @@
<div>
<pre><code><script>
$.extend($.fn.bootstrapTable.defaults, {
- bootstrapVersion: 3,
classes: 'table table-hover',
height: undefined,
undefinedText: '-',
@@ -56,7 +56,6 @@
};
BootstrapTable.DEFAULTS = {