View on GitHub
Download
Download Bootstrap Table to get the compiled CSS and JavaScript, source code, or include it with your favorite package managers like npm, bowser, and more.
Source code
Source CSS, JavaScript, locales, and extensions, along with our docs.
Clone or fork via GitHub
UNPKG
The folks over at UNPKG graciously provide CDN support for CSS and JavaScript of Bootstrap table. Just use these links.
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-table@1.24.0/dist/bootstrap-table.min.css">
<!-- Latest compiled and minified JavaScript -->
<script src="https://cdn.jsdelivr.net/npm/bootstrap-table@1.24.0/dist/bootstrap-table.min.js"></script>
<!-- Latest compiled and minified Locales -->
<script src="https://cdn.jsdelivr.net/npm/bootstrap-table@1.24.0/dist/locale/bootstrap-table-zh-CN.min.js"></script>
Package managers
NPM
Install and manage Bootstrap table’s CSS, JavaScript, locales, and extensions using npm.
npm install bootstrap-table
bower
Install and manage Bootstrap table’s CSS, JavaScript, locales, and extensions using bower.
bower install bootstrap-table