Browse Source

Update the example.

zhixin 11 years ago
parent
commit
ebeabb3372
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/examples.js

+ 1 - 1
docs/examples.js

@@ -30,6 +30,6 @@ $(function() {
     });
 
     $(window).resize(function () {
-        $('table[data-toggle="table"]').bootstrapTable('resetView');
+        $('table[data-toggle="table"]').add($('table[id]')).bootstrapTable('resetView');
     });
 });