download.md 1.66 KB
layout: docs
title: Download
description: 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.
group: getting-started
toc: true

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.

{% highlight html %}

{% endhighlight %}

Package managers

NPM

Install and manage Bootstrap table's CSS, JavaScript, locales, and extensions using npm.

{% highlight sh %} npm install bootstrap-table {% endhighlight %}

bower

Install and manage Bootstrap table's CSS, JavaScript, locales, and extensions using bower.

{% highlight sh %} bower install bootstrap-table {% endhighlight %}