浏览代码

Fix #890: update extensions name.

zhixin 10 年之前
父节点
当前提交
292ff347c1
共有 41 个文件被更改,包括 168 次插入166 次删除
  1. 1 1
      CHANGELOG.md
  2. 2 2
      docs/_i18n/en/extensions/filtercontrol.md
  3. 17 0
      docs/_i18n/en/extensions/flat-json.md
  4. 0 17
      docs/_i18n/en/extensions/flatJSON.md
  5. 2 2
      docs/_i18n/zh-cn/extensions/keyevents.md
  6. 13 0
      docs/_i18n/en/extensions/natural-sorting.md
  7. 0 13
      docs/_i18n/en/extensions/naturalsorting.md
  8. 2 2
      docs/_i18n/zh-cn/extensions/reordercolumns.md
  9. 3 3
      docs/_i18n/en/extensions/reorderrows.md
  10. 2 2
      docs/_i18n/zh-cn/extensions/filtercontrol.md
  11. 17 0
      docs/_i18n/es/extensions/flat-json.md
  12. 0 17
      docs/_i18n/es/extensions/flatJSON.md
  13. 2 2
      docs/_i18n/es/extensions/keyevents.md
  14. 13 0
      docs/_i18n/es/extensions/natural-sorting.md
  15. 0 13
      docs/_i18n/es/extensions/naturalsorting.md
  16. 2 2
      docs/_i18n/en/extensions/reordercolumns.md
  17. 3 3
      docs/_i18n/es/extensions/reorderrows.md
  18. 2 2
      docs/_i18n/es/extensions/filtercontrol.md
  19. 17 0
      docs/_i18n/zh-cn/extensions/flat-json.md
  20. 0 17
      docs/_i18n/zh-cn/extensions/flatJSON.md
  21. 2 2
      docs/_i18n/en/extensions/keyevents.md
  22. 13 0
      docs/_i18n/zh-cn/extensions/natural-sorting.md
  23. 0 13
      docs/_i18n/zh-cn/extensions/naturalsorting.md
  24. 2 2
      docs/_i18n/es/extensions/reordercolumns.md
  25. 3 3
      docs/_i18n/zh-cn/extensions/reorderrows.md
  26. 11 9
      docs/extensions.md
  27. 2 2
      src/extensions/filtercontrol/README.md
  28. 0 0
      src/extensions/filter-control/bootstrap-table-filter-control.js
  29. 17 0
      src/extensions/flat-json/README.md
  30. 0 0
      src/extensions/flat-json/bootstrap-table-flat-json.js
  31. 0 17
      src/extensions/flatJSON/README.md
  32. 2 2
      src/extensions/keyevents/README.md
  33. 0 0
      src/extensions/key-events/bootstrap-table-key-events.js
  34. 13 0
      src/extensions/natural-sorting/README.md
  35. 0 0
      src/extensions/natural-sorting/bootstrap-table-natural-sorting.js
  36. 0 13
      src/extensions/naturalsorting/README.md
  37. 2 2
      src/extensions/reordercolumns/README.md
  38. 0 0
      src/extensions/reorder-columns/bootstrap-table-reorder-columns.js
  39. 3 3
      src/extensions/reorderrows/README.md
  40. 0 0
      src/extensions/reorder-rows/bootstrap-table-reorder-rows.css
  41. 0 0
      src/extensions/reorder-rows/bootstrap-table-reorder-rows.js

+ 1 - 1
CHANGELOG.md

@@ -6,7 +6,7 @@
 - [enh] Added state saving for visible columns and the ability to use extension with multiple simultaneous tables.
 - [enh] Added `ajax` option to replace jquery ajax method.
 - [enh] Added `resetWidth` method to reset header and footer width.
-- [enh] Added keyevents, mobile, filter control, reorder, naturalsorting extensions.
+- [enh] Added key-events, mobile, filter-control, reorder-columns, reorder-rows, resizable, natural-sorting, toolbar extensions, and update the extensions name.
 - [enh] Added `onToggle` events.
 - [enh] Added `getScrollPosition` method.
 - [bug] Fix double header bug after table show from hidden.

+ 2 - 2
docs/_i18n/en/extensions/filtercontrol.md

@@ -1,11 +1,11 @@
 # Table Filter Control
 
-Use Plugin: [bootstrap-table-filtercontrol](https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/filtercontrol)
+Use Plugin: [bootstrap-table-filter-control](https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/filter-control)
 
 ## Usage
 
 ```html
-<script src="extensions/filtercontrol/bootstrap-table-filtercontrol.js"></script>
+<script src="extensions/filter-control/bootstrap-table-filter-control.js"></script>
 ```
 
 ## Options

+ 17 - 0
docs/_i18n/en/extensions/flat-json.md

@@ -0,0 +1,17 @@
+# Table flat-json
+
+Use Plugin: [bootstrap-table-flat-json](https://github.com/djhvscf/bootstrap-table-flat-json)
+
+## Usage
+
+```html
+<script src="extensions/flat-json/bootstrap-table-flat-json.js"></script>
+```
+
+## Options
+
+### flat
+
+* type: Boolean
+* description: Set true to flat the JSON object.
+* default: `false`

+ 0 - 17
docs/_i18n/en/extensions/flatJSON.md

@@ -1,17 +0,0 @@
-# Table flatJSON
-
-Use Plugin: [bootstrap-table-flatJSON](https://github.com/djhvscf/bootstrap-table-flatJSON)
-
-## Usage
-
-```html
-<script src="extensions/flatJSON/bootstrap-table-flatJSON.js"></script>
-```
-
-## Options
-
-### flat
-
-* type: Boolean
-* description: Set true to flat the JSON object.
-* default: `false`

+ 2 - 2
docs/_i18n/zh-cn/extensions/keyevents.md

@@ -1,11 +1,11 @@
 # Table Key Events
 
-Use Plugin: [bootstrap-table-keyevents](https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/keyevents)
+Use Plugin: [bootstrap-table-key-events](https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/key-events)
 
 ## Usage
 
 ```html
-<script src="extensions/cookie/bootstrap-table-keyevents.js"></script>
+<script src="extensions/cookie/bootstrap-table-key-events.js"></script>
 ```
 
 ## Options

+ 13 - 0
docs/_i18n/en/extensions/natural-sorting.md

@@ -0,0 +1,13 @@
+# Table Natural Sorting
+
+Use Plugin: [bootstrap-table-natural-sorting](https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/natural-sorting)
+
+## Usage
+
+```html
+<script src="extensions/natural-sorting/bootstrap-table-natural-sorting.js"></script>
+```
+
+### Options
+
+* Just add data-sorter="alphanum" to any th

+ 0 - 13
docs/_i18n/en/extensions/naturalsorting.md

@@ -1,13 +0,0 @@
-# Table Natural Sorting
-
-Use Plugin: [bootstrap-table-naturalsorting](https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/naturalsorting)
-
-## Usage
-
-```html
-<script src="extensions/naturalsorting/bootstrap-table-naturalsorting.js"></script>
-```
-
-### Options
-
-* Just add data-sorter="alphanum" to any th

+ 2 - 2
docs/_i18n/zh-cn/extensions/reordercolumns.md

@@ -1,6 +1,6 @@
 # Table Reorder Columns
 
-Use Plugin: [bootstrap-table-reorder-columns](https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/reordercolumns) </br>
+Use Plugin: [bootstrap-table-reorder-columns](https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/reorder-columns) </br>
 Dependence: [dragTable](https://github.com/akottr/dragtable/) v2.0.14 (must include the css file), </br>
 [jquery-ui](https://code.jquery.com/ui/) v1.11
 
@@ -11,7 +11,7 @@ Dependence: [dragTable](https://github.com/akottr/dragtable/) v2.0.14 (must incl
 <link rel="stylesheet" href=".../dragtable.css">
 <script src=".../jquery-ui.js"></script>
 <script src=".../jquery.dragtable.js"></script>
-<script src="extensions/reordercolumns/bootstrap-table-reorder-columns.js"></script>
+<script src="extensions/reorder-columns/bootstrap-table-reorder-columns.js"></script>
 ```
 
 ## Options

+ 3 - 3
docs/_i18n/en/extensions/reorderrows.md

@@ -1,6 +1,6 @@
 # Table Reorder Rows
 
-Use Plugin: [bootstrap-table-reorder-rows](https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/reorderrows) </br>
+Use Plugin: [bootstrap-table-reorder-rows](https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/reorder-rows) </br>
 Dependence: [tablednd](https://github.com/isocra/TableDnD) v0.9, </br>
 if you want you can include the bootstrap-table-reorder-rows.css file to use the default dragClass
 
@@ -10,7 +10,7 @@ if you want you can include the bootstrap-table-reorder-rows.css file to use the
 ```html
 <link rel="stylesheet" href=".../bootstrap-table-reorder-rows.css">
 <script src=".../jquery.tablednd.js"></script>
-<script src="extensions/reorderrows/bootstrap-table-reorder-rows.js"></script>
+<script src="extensions/reorder-rows/bootstrap-table-reorder-rows.js"></script>
 ```
 
 ## Options
@@ -24,7 +24,7 @@ if you want you can include the bootstrap-table-reorder-rows.css file to use the
 ### onDragStyle
 
 * type: String
-* description: This is the style that is assigned to the row during drag. There are limitations to the styles that can be associated with a row (such as you can't assign a borderwell you can, but it won't be displayed).
+* description: This is the style that is assigned to the row during drag. There are limitations to the styles that can be associated with a row (such as you can't assign a border�well you can, but it won't be displayed).
 * default: `null`
 
 ### onDropStyle

+ 2 - 2
docs/_i18n/zh-cn/extensions/filtercontrol.md

@@ -1,11 +1,11 @@
 # Table Filter Control
 
-Use Plugin: [bootstrap-table-filtercontrol](https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/filtercontrol)
+Use Plugin: [bootstrap-table-filter-control](https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/filter-control)
 
 ## Usage
 
 ```html
-<script src="extensions/filtercontrol/bootstrap-table-filtercontrol.js"></script>
+<script src="extensions/filter-control/bootstrap-table-filter-control.js"></script>
 ```
 
 ## Options

+ 17 - 0
docs/_i18n/es/extensions/flat-json.md

@@ -0,0 +1,17 @@
+# Table flat-json
+
+Use Plugin: [bootstrap-table-flat-json](https://github.com/djhvscf/bootstrap-table-flat-json)
+
+## Usage
+
+```html
+<script src="extensions/flat-json/bootstrap-table-flat-json.js"></script>
+```
+
+## Options
+
+### flat
+
+* type: Boolean
+* description: Set true to flat the JSON object.
+* default: `false`

+ 0 - 17
docs/_i18n/es/extensions/flatJSON.md

@@ -1,17 +0,0 @@
-# Table flatJSON
-
-Use Plugin: [bootstrap-table-flatJSON](https://github.com/djhvscf/bootstrap-table-flatJSON)
-
-## Usage
-
-```html
-<script src="extensions/flatJSON/bootstrap-table-flatJSON.js"></script>
-```
-
-## Options
-
-### flat
-
-* type: Boolean
-* description: Set true to flat the JSON object.
-* default: `false`

+ 2 - 2
docs/_i18n/es/extensions/keyevents.md

@@ -1,11 +1,11 @@
 # Table Key Events
 
-Use Plugin: [bootstrap-table-keyevents](https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/keyevents)
+Use Plugin: [bootstrap-table-key-events](https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/key-events)
 
 ## Usage
 
 ```html
-<script src="extensions/cookie/bootstrap-table-keyevents.js"></script>
+<script src="extensions/cookie/bootstrap-table-key-events.js"></script>
 ```
 
 ## Options

+ 13 - 0
docs/_i18n/es/extensions/natural-sorting.md

@@ -0,0 +1,13 @@
+# Table Natural Sorting
+
+Use Plugin: [bootstrap-table-natural-sorting](https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/natural-sorting)
+
+## Usage
+
+```html
+<script src="extensions/natural-sorting/bootstrap-table-natural-sorting.js"></script>
+```
+
+### Options
+
+* Just add data-sorter="alphanum" to any th

+ 0 - 13
docs/_i18n/es/extensions/naturalsorting.md

@@ -1,13 +0,0 @@
-# Table Natural Sorting
-
-Use Plugin: [bootstrap-table-naturalsorting](https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/naturalsorting)
-
-## Usage
-
-```html
-<script src="extensions/naturalsorting/bootstrap-table-naturalsorting.js"></script>
-```
-
-### Options
-
-* Just add data-sorter="alphanum" to any th

+ 2 - 2
docs/_i18n/en/extensions/reordercolumns.md

@@ -1,6 +1,6 @@
 # Table Reorder Columns
 
-Use Plugin: [bootstrap-table-reorder-columns](https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/reordercolumns) </br>
+Use Plugin: [bootstrap-table-reorder-columns](https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/reorder-columns) </br>
 Dependence: [dragTable](https://github.com/akottr/dragtable/) v2.0.14 (must include the css file), </br>
 [jquery-ui](https://code.jquery.com/ui/) v1.11
 
@@ -11,7 +11,7 @@ Dependence: [dragTable](https://github.com/akottr/dragtable/) v2.0.14 (must incl
 <link rel="stylesheet" href=".../dragtable.css">
 <script src=".../jquery-ui.js"></script>
 <script src=".../jquery.dragtable.js"></script>
-<script src="extensions/reordercolumns/bootstrap-table-reorder-columns.js"></script>
+<script src="extensions/reorder-columns/bootstrap-table-reorder-columns.js"></script>
 ```
 
 ## Options

+ 3 - 3
docs/_i18n/es/extensions/reorderrows.md

@@ -1,6 +1,6 @@
 # Table Reorder Rows
 
-Use Plugin: [bootstrap-table-reorder-rows](https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/reorderrows) </br>
+Use Plugin: [bootstrap-table-reorder-rows](https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/reorder-rows) </br>
 Dependence: [tablednd](https://github.com/isocra/TableDnD) v0.9, </br>
 if you want you can include the bootstrap-table-reorder-rows.css file to use the default dragClass
 
@@ -10,7 +10,7 @@ if you want you can include the bootstrap-table-reorder-rows.css file to use the
 ```html
 <link rel="stylesheet" href=".../bootstrap-table-reorder-rows.css">
 <script src=".../jquery.tablednd.js"></script>
-<script src="extensions/reorderrows/bootstrap-table-reorder-rows.js"></script>
+<script src="extensions/reorder-rows/bootstrap-table-reorder-rows.js"></script>
 ```
 
 ## Options
@@ -24,7 +24,7 @@ if you want you can include the bootstrap-table-reorder-rows.css file to use the
 ### onDragStyle
 
 * type: String
-* description: This is the style that is assigned to the row during drag. There are limitations to the styles that can be associated with a row (such as you can't assign a borderwell you can, but it won't be displayed).
+* description: This is the style that is assigned to the row during drag. There are limitations to the styles that can be associated with a row (such as you can't assign a border�well you can, but it won't be displayed).
 * default: `null`
 
 ### onDropStyle

+ 2 - 2
docs/_i18n/es/extensions/filtercontrol.md

@@ -1,11 +1,11 @@
 # Table Filter Control
 
-Use Plugin: [bootstrap-table-filtercontrol](https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/filtercontrol)
+Use Plugin: [bootstrap-table-filter-control](https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/filter-control)
 
 ## Usage
 
 ```html
-<script src="extensions/filtercontrol/bootstrap-table-filtercontrol.js"></script>
+<script src="extensions/filter-control/bootstrap-table-filter-control.js"></script>
 ```
 
 ## Options

+ 17 - 0
docs/_i18n/zh-cn/extensions/flat-json.md

@@ -0,0 +1,17 @@
+# Table flat-json
+
+Use Plugin: [bootstrap-table-flat-json](https://github.com/djhvscf/bootstrap-table-flat-json)
+
+## Usage
+
+```html
+<script src="extensions/flat-json/bootstrap-table-flat-json.js"></script>
+```
+
+## Options
+
+### flat
+
+* type: Boolean
+* description: Set true to flat the JSON object.
+* default: `false`

+ 0 - 17
docs/_i18n/zh-cn/extensions/flatJSON.md

@@ -1,17 +0,0 @@
-# Table flatJSON
-
-Use Plugin: [bootstrap-table-flatJSON](https://github.com/djhvscf/bootstrap-table-flatJSON)
-
-## Usage
-
-```html
-<script src="extensions/flatJSON/bootstrap-table-flatJSON.js"></script>
-```
-
-## Options
-
-### flat
-
-* type: Boolean
-* description: Set true to flat the JSON object.
-* default: `false`

+ 2 - 2
docs/_i18n/en/extensions/keyevents.md

@@ -1,11 +1,11 @@
 # Table Key Events
 
-Use Plugin: [bootstrap-table-keyevents](https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/keyevents)
+Use Plugin: [bootstrap-table-key-events](https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/key-events)
 
 ## Usage
 
 ```html
-<script src="extensions/cookie/bootstrap-table-keyevents.js"></script>
+<script src="extensions/cookie/bootstrap-table-key-events.js"></script>
 ```
 
 ## Options

+ 13 - 0
docs/_i18n/zh-cn/extensions/natural-sorting.md

@@ -0,0 +1,13 @@
+# Table Natural Sorting
+
+Use Plugin: [bootstrap-table-natural-sorting](https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/natural-sorting)
+
+## Usage
+
+```html
+<script src="extensions/natural-sorting/bootstrap-table-natural-sorting.js"></script>
+```
+
+### Options
+
+* Just add data-sorter="alphanum" to any th

+ 0 - 13
docs/_i18n/zh-cn/extensions/naturalsorting.md

@@ -1,13 +0,0 @@
-# Table Natural Sorting
-
-Use Plugin: [bootstrap-table-naturalsorting](https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/naturalsorting)
-
-## Usage
-
-```html
-<script src="extensions/naturalsorting/bootstrap-table-naturalsorting.js"></script>
-```
-
-### Options
-
-* Just add data-sorter="alphanum" to any th

+ 2 - 2
docs/_i18n/es/extensions/reordercolumns.md

@@ -1,6 +1,6 @@
 # Table Reorder Columns
 
-Use Plugin: [bootstrap-table-reorder-columns](https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/reordercolumns) </br>
+Use Plugin: [bootstrap-table-reorder-columns](https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/reorder-columns) </br>
 Dependence: [dragTable](https://github.com/akottr/dragtable/) v2.0.14 (must include the css file), </br>
 [jquery-ui](https://code.jquery.com/ui/) v1.11
 
@@ -11,7 +11,7 @@ Dependence: [dragTable](https://github.com/akottr/dragtable/) v2.0.14 (must incl
 <link rel="stylesheet" href=".../dragtable.css">
 <script src=".../jquery-ui.js"></script>
 <script src=".../jquery.dragtable.js"></script>
-<script src="extensions/reordercolumns/bootstrap-table-reorder-columns.js"></script>
+<script src="extensions/reorder-columns/bootstrap-table-reorder-columns.js"></script>
 ```
 
 ## Options

+ 3 - 3
docs/_i18n/zh-cn/extensions/reorderrows.md

@@ -1,6 +1,6 @@
 # Table Reorder Rows
 
-Use Plugin: [bootstrap-table-reorder-rows](https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/reorderrows) </br>
+Use Plugin: [bootstrap-table-reorder-rows](https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/reorder-rows) </br>
 Dependence: [tablednd](https://github.com/isocra/TableDnD) v0.9, </br>
 if you want you can include the bootstrap-table-reorder-rows.css file to use the default dragClass
 
@@ -10,7 +10,7 @@ if you want you can include the bootstrap-table-reorder-rows.css file to use the
 ```html
 <link rel="stylesheet" href=".../bootstrap-table-reorder-rows.css">
 <script src=".../jquery.tablednd.js"></script>
-<script src="extensions/reorderrows/bootstrap-table-reorder-rows.js"></script>
+<script src="extensions/reorder-rows/bootstrap-table-reorder-rows.js"></script>
 ```
 
 ## Options
@@ -24,7 +24,7 @@ if you want you can include the bootstrap-table-reorder-rows.css file to use the
 ### onDragStyle
 
 * type: String
-* description: This is the style that is assigned to the row during drag. There are limitations to the styles that can be associated with a row (such as you can't assign a borderwell you can, but it won't be displayed).
+* description: This is the style that is assigned to the row during drag. There are limitations to the styles that can be associated with a row (such as you can't assign a border�well you can, but it won't be displayed).
 * default: `null`
 
 ### onDropStyle

+ 11 - 9
docs/extensions.md

@@ -5,26 +5,28 @@ slug: extensions
 lead: pages.extensions.lead
 ---
 
+{% tf extensions/cookie.md %}
+
 {% tf extensions/editable.md %}
 
 {% tf extensions/export.md %}
 
-{% tf extensions/flatJSON.md %}
+{% tf extensions/filter-control.md %}
 
-{% tf extensions/cookie.md %}
+{% tf extensions/filter.md %}
 
-{% tf extensions/resizable.md %}
+{% tf extensions/flat-json.md %}
 
-{% tf extensions/reorder.md %}
+{% tf extensions/key-events.md %}
 
-{% tf extensions/filter.md %}
+{% tf extensions/mobile.md %}
 
-{% tf extensions/keyevents.md %}
+{% tf extensions/natural-sorting.md %}
 
-{% tf extensions/mobile.md %}
+{% tf extensions/reorder-columns.md %}
 
-{% tf extensions/filtercontrol.md %}
+{% tf extensions/reorder-rows.md %}
 
-{% tf extensions/naturalsorting.md %}
+{% tf extensions/resizable.md %}
 
 {% tf extensions/toolbar.md %}

+ 2 - 2
src/extensions/filtercontrol/README.md

@@ -1,11 +1,11 @@
 # Table Filter Control
 
-Use Plugin: [bootstrap-table-filtercontrol](https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/filtercontrol)
+Use Plugin: [bootstrap-table-filter-control](https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/filter-control)
 
 ## Usage
 
 ```html
-<script src="extensions/filtercontrol/bootstrap-table-filtercontrol.js"></script>
+<script src="extensions/filter-control/bootstrap-table-filter-control.js"></script>
 ```
 
 ## Options

src/extensions/filtercontrol/bootstrap-table-filtercontrol.js → src/extensions/filter-control/bootstrap-table-filter-control.js


+ 17 - 0
src/extensions/flat-json/README.md

@@ -0,0 +1,17 @@
+# Table flat-json
+
+Use Plugin: [bootstrap-table-flat-json](https://github.com/djhvscf/bootstrap-table-flat-json)
+
+## Usage
+
+```html
+<script src="extensions/flat-json/bootstrap-table-flat-json.js"></script>
+```
+
+## Options
+
+### flat
+
+* type: Boolean
+* description: Set true to flat the JSON object.
+* default: `false`

src/extensions/flatJSON/bootstrap-table-flatJSON.js → src/extensions/flat-json/bootstrap-table-flat-json.js


+ 0 - 17
src/extensions/flatJSON/README.md

@@ -1,17 +0,0 @@
-# Table flatJSON
-
-Use Plugin: [bootstrap-table-flatJSON](https://github.com/djhvscf/bootstrap-table-flatJSON)
-
-## Usage
-
-```html
-<script src="extensions/flatJSON/bootstrap-table-flatJSON.js"></script>
-```
-
-## Options
-
-### flat
-
-* type: Boolean
-* description: Set true to flat the JSON object.
-* default: `false`

+ 2 - 2
src/extensions/keyevents/README.md

@@ -1,11 +1,11 @@
 # Table Key Events
 
-Use Plugin: [bootstrap-table-keyevents](https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/keyevents)
+Use Plugin: [bootstrap-table-key-events](https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/key-events)
 
 ## Usage
 
 ```html
-<script src="extensions/cookie/bootstrap-table-keyevents.js"></script>
+<script src="extensions/cookie/bootstrap-table-key-events.js"></script>
 ```
 
 ## Options

src/extensions/keyevents/bootstrap-table-keyevents.js → src/extensions/key-events/bootstrap-table-key-events.js


+ 13 - 0
src/extensions/natural-sorting/README.md

@@ -0,0 +1,13 @@
+# Table Natural Sorting
+
+Use Plugin: [bootstrap-table-natural-sorting](https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/natural-sorting)
+
+## Usage
+
+```html
+<script src="extensions/natural-sorting/bootstrap-table-natural-sorting.js"></script>
+```
+
+### Options
+
+* Just add data-sorter="alphanum" to any th

src/extensions/naturalsorting/bootstrap-table-naturalsorting.js → src/extensions/natural-sorting/bootstrap-table-natural-sorting.js


+ 0 - 13
src/extensions/naturalsorting/README.md

@@ -1,13 +0,0 @@
-# Table Natural Sorting
-
-Use Plugin: [bootstrap-table-naturalsorting](https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/naturalsorting)
-
-## Usage
-
-```html
-<script src="extensions/naturalsorting/bootstrap-table-naturalsorting.js"></script>
-```
-
-### Options
-
-* Just add data-sorter="alphanum" to any th

+ 2 - 2
src/extensions/reordercolumns/README.md

@@ -1,6 +1,6 @@
 # Table Reorder Columns
 
-Use Plugin: [bootstrap-table-reorder-columns](https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/reordercolumns) </br>
+Use Plugin: [bootstrap-table-reorder-columns](https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/reorder-columns) </br>
 Dependence: [dragTable](https://github.com/akottr/dragtable/) v2.0.14 (must include the css file), </br>
 [jquery-ui](https://code.jquery.com/ui/) v1.11
 
@@ -11,7 +11,7 @@ Dependence: [dragTable](https://github.com/akottr/dragtable/) v2.0.14 (must incl
 <link rel="stylesheet" href=".../dragtable.css">
 <script src=".../jquery-ui.js"></script>
 <script src=".../jquery.dragtable.js"></script>
-<script src="extensions/reordercolumns/bootstrap-table-reorder-columns.js"></script>
+<script src="extensions/reorder-columns/bootstrap-table-reorder-columns.js"></script>
 ```
 
 ## Options

src/extensions/reordercolumns/bootstrap-table-reorder-columns.js → src/extensions/reorder-columns/bootstrap-table-reorder-columns.js


+ 3 - 3
src/extensions/reorderrows/README.md

@@ -1,6 +1,6 @@
 # Table Reorder Rows
 
-Use Plugin: [bootstrap-table-reorder-rows](https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/reorderrows) </br>
+Use Plugin: [bootstrap-table-reorder-rows](https://github.com/wenzhixin/bootstrap-table/tree/master/src/extensions/reorder-rows) </br>
 Dependence: [tablednd](https://github.com/isocra/TableDnD) v0.9, </br>
 if you want you can include the bootstrap-table-reorder-rows.css file to use the default dragClass
 
@@ -10,7 +10,7 @@ if you want you can include the bootstrap-table-reorder-rows.css file to use the
 ```html
 <link rel="stylesheet" href=".../bootstrap-table-reorder-rows.css">
 <script src=".../jquery.tablednd.js"></script>
-<script src="extensions/reorderrows/bootstrap-table-reorder-rows.js"></script>
+<script src="extensions/reorder-rows/bootstrap-table-reorder-rows.js"></script>
 ```
 
 ## Options
@@ -24,7 +24,7 @@ if you want you can include the bootstrap-table-reorder-rows.css file to use the
 ### onDragStyle
 
 * type: String
-* description: This is the style that is assigned to the row during drag. There are limitations to the styles that can be associated with a row (such as you can't assign a borderwell you can, but it won't be displayed).
+* description: This is the style that is assigned to the row during drag. There are limitations to the styles that can be associated with a row (such as you can't assign a border�well you can, but it won't be displayed).
 * default: `null`
 
 ### onDropStyle

src/extensions/reorderrows/bootstrap-table-reorder-rows.css → src/extensions/reorder-rows/bootstrap-table-reorder-rows.css


src/extensions/reorderrows/bootstrap-table-reorder-rows.js → src/extensions/reorder-rows/bootstrap-table-reorder-rows.js