|
@@ -16,6 +16,12 @@ Use Plugin: [bootstrap-table-multiple-sort](https://github.com/dimbslmh/bootstra
|
|
|
* description: Set true to allow the multiple sort.
|
|
* description: Set true to allow the multiple sort.
|
|
|
* default: `false`
|
|
* default: `false`
|
|
|
|
|
|
|
|
|
|
+### showMultiSortButton
|
|
|
|
|
+
|
|
|
|
|
+* type: Boolean
|
|
|
|
|
+* description: Set false to hide multiple sort UI button.
|
|
|
|
|
+* default: `true`
|
|
|
|
|
+
|
|
|
### sortPriority
|
|
### sortPriority
|
|
|
|
|
|
|
|
* type: Object
|
|
* type: Object
|
|
@@ -27,6 +33,13 @@ Use Plugin: [bootstrap-table-multiple-sort](https://github.com/dimbslmh/bootstra
|
|
|
* plus: `glyphicon-plus`
|
|
* plus: `glyphicon-plus`
|
|
|
* minus: `glyphicon-minus`
|
|
* minus: `glyphicon-minus`
|
|
|
|
|
|
|
|
|
|
+## methods
|
|
|
|
|
+
|
|
|
|
|
+### multipleSort
|
|
|
|
|
+
|
|
|
|
|
+* parameters: none
|
|
|
|
|
+* description: Force mutltiple sort table (usable after manual data changes).
|
|
|
|
|
+
|
|
|
## Locales
|
|
## Locales
|
|
|
|
|
|
|
|
### formatMultipleSort
|
|
### formatMultipleSort
|