ソースを参照

multipleSort method and showMultipleSortButton option added to extension documentation

Alexander Savchenko 8 年 前
コミット
1f28c439c2
1 ファイル変更13 行追加0 行削除
  1. 13 0
      src/extensions/multiple-sort/README.md

+ 13 - 0
src/extensions/multiple-sort/README.md

@@ -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