Browse Source

Update bootstrap-table.js

ibraheemhlaiyil 8 years ago
parent
commit
e1fda6e4eb
1 changed files with 1 additions and 1 deletions
  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,