GitHub で表示
ダウンロード
Bootstrap Table をダウンロードして、コンパイルされた CSS と JavaScript、ソースコードを取得するか、npm、bowser などの任意のパッケージマネージャーに追加します。
ソースコード
ドキュメントに加えて、ソース CSS、JavaScript、ロケール、拡張機能をダウンロードします。
GitHub でクローンまたはフォーク
UNPKG
UNPKG の folks は、Bootstrap Table の CSS と JavaScript で CDN のサポートを提供しています。リンクを利用するだけです。
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-table@1.23.5/dist/bootstrap-table.min.css">
<!-- Latest compiled and minified JavaScript -->
<script src="https://cdn.jsdelivr.net/npm/bootstrap-table@1.23.5/dist/bootstrap-table.min.js"></script>
<!-- Latest compiled and minified Locales -->
<script src="https://cdn.jsdelivr.net/npm/bootstrap-table@1.23.5/dist/locale/bootstrap-table-zh-CN.min.js"></script>
パッケージマネージャ
NPM
npm を使用して、Bootstrap Table の CSS、JavaScript、ロケール、拡張機能をインストールして管理します。
npm install bootstrap-table
bower
bower を使用して、Bootstrap Table の CSS、JavaScript、ロケール、拡張機能をインストールして管理します。
bower install bootstrap-table