Download Bootstrap Table to get the compiled CSS and JavaScript, source code, or include it with your favorite package managers like npm, yarn, and more.

On this page

Source code

Source CSS, JavaScript, locales, and extensions, along with our docs.

Download source

Clone or fork via GitHub

Via GitHub

CDNJS

The folks over at CDNJS 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.25.0/dist/bootstrap-table.min.css">

<!-- Latest compiled and minified JavaScript -->
<script src="https://cdn.jsdelivr.net/npm/bootstrap-table@1.25.0/dist/bootstrap-table.min.js"></script>
<!-- Latest compiled and minified Locales -->
<script src="https://cdn.jsdelivr.net/npm/bootstrap-table@1.25.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

Yarn

Install and manage Bootstrap table’s CSS, JavaScript, locales, and extensions using Yarn.

yarn add bootstrap-table