ソースを参照

Update bootstrap-table.js

ibraheemhlaiyil 8 年 前
コミット
e1fda6e4eb
1 ファイル変更1 行追加1 行削除
  1. 1 1
      src/bootstrap-table.js

+ 1 - 1
src/bootstrap-table.js

@@ -340,7 +340,7 @@
         detailFormatter: function (index, row) {
         detailFormatter: function (index, row) {
             return '';
             return '';
         },
         },
-        detailFilter: function (index, item) {
+        detailFilter: function (index, row) {
             return true;
             return true;
         },
         },
         trimOnSearch: true,
         trimOnSearch: true,