ソースを参照

Documented heightThreshold option

Troy Morehouse 10 年 前
コミット
93284d4dea
1 ファイル変更7 行追加0 行削除
  1. 7 0
      docs/_i18n/en/extensions/mobile.md

+ 7 - 0
docs/_i18n/en/extensions/mobile.md

@@ -33,3 +33,10 @@ Use Plugin: [bootstrap-table-mobile](https://github.com/wenzhixin/bootstrap-tabl
 * type: Integer
 * type: Integer
 * description: Set the minimum height when the table will change the view.
 * description: Set the minimum height when the table will change the view.
 * default: `undefined`
 * default: `undefined`
+
+### heightThreshold
+
+* type: Integer
+* description: minimum change in height in pixels before cardView is triggered.
+Usefull for mobile browsers that auto hide/show the toolbar on vertical scroll.
+* default: `100`