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
Source CSS, JavaScript, locales, and extensions, along with our docs.
Download source
Via GitHub
The folks over at CDNJS and bootcss graciously provide CDN support for CSS and JavaScript of Bootstrap table. Just use these CDN links.
{% highlight html %}
{% endhighlight %}
Install and manage Bootstrap table's CSS, JavaScript, locales, and extensions using npm.
{% highlight sh %} npm install bootstrap-table {% endhighlight %}
Install and manage Bootstrap table's CSS, JavaScript, locales, and extensions using bower.
{% highlight sh %} bower install bootstrap-table {% endhighlight %}