ソースを参照

Update the example.

zhixin 11 年 前
コミット
ebeabb3372
1 ファイル変更1 行追加1 行削除
  1. 1 1
      docs/examples.js

+ 1 - 1
docs/examples.js

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