--- 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 ## CDN The folks over at [CDNJS](http://www.cdnjs.com/libraries/bootstrap-table) and [bootcss](http://open.bootcss.com/bootstrap-table/) graciously provide CDN support for CSS and JavaScript of Bootstrap table. Just use these CDN links. {% highlight html %} {% endhighlight %} ## Package managers ### npm Install and manage Bootstrap table's CSS, JavaScript, locales, and extensions using [npm](https://www.npmjs.com/package/bootstrap-table). {% highlight sh %} npm install bootstrap-table {% endhighlight %} ### bower Install and manage Bootstrap table's CSS, JavaScript, locales, and extensions using [bower](http://bower.io/). {% highlight sh %} bower install bootstrap-table {% endhighlight %}