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.

Download source

Clone or fork via GitHub

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://unpkg.com/bootstrap-table@1.22.3/dist/bootstrap-table.min.css">

<!-- Latest compiled and minified JavaScript -->
<script src="https://unpkg.com/bootstrap-table@1.22.3/dist/bootstrap-table.min.js"></script>
<!-- Latest compiled and minified Locales -->
<script src="https://unpkg.com/bootstrap-table@1.22.3/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