This website works better with JavaScript
ホーム
エクスプローラ
ヘルプ
サインイン
githab
/
bootstrap-table
Watch
2
Star
0
Fork
0
ファイル
課題
0
プルリクエスト
0
Wiki
ソースを参照
Fix
#16
: search no records found bug.
zhixin
11 年 前
親
119234ae17
コミット
7f9c62c5f6
1 ファイル変更
、
1 行追加
、
0 行削除
分割表示
差分情報を表示
1
0
src/bootstrap-table.js
+ 1
- 0
src/bootstrap-table.js
ファイルの表示
@@ -391,6 +391,7 @@
return false;
});
}
+ this.options.pageNumber = 1;
this.updatePagination();
};