ソースを参照

Merge pull request #1043 from tmorehouse/master

Added documentation for mobile extension heightThreshold option
文翼 10 年 前
コミット
a175b5c9a5
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
 * description: Set the minimum height when the table will change the view.
 * 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`