ソースを参照

fix for virtual-scroll undefined method call

fixes https://github.com/wenzhixin/bootstrap-table/issues/5997
Chaos 3 年 前
コミット
3a7a06b9f8
1 ファイル変更3 行追加0 行削除
  1. 3 0
      src/constants/index.js

+ 3 - 0
src/constants/index.js

@@ -337,6 +337,9 @@ const DEFAULTS = {
   },
   onTogglePagination (newState) {
     return false
+  },
+  onVirtualScroll (newState) {
+    return false
   }
 }