浏览代码

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) {
             return '';
         },
-        detailFilter: function (index, item) {
+        detailFilter: function (index, row) {
             return true;
         },
         trimOnSearch: true,