bsTable
Options
| Reference | Details |
|---|---|
Installation |
Include Bootstrap Table source CSS and JavaScript
files via npm or yarn.
npm install bootstrap-table
yarn add bootstrap-table
Read installation docs |
CDN |
When you only need to include Bootstrap Table's
compiled CSS or JS, use
UNPKG.
<link rel="stylesheet"
href="https://unpkg.com/bootstrap-table@1.22.1/dist/bootstrap-table.min.css"
/>
<script
src="https://unpkg.com/bootstrap-table@1.22.1/dist/bootstrap-table.min.js"></script>
Explore the docs |
Examples |
The examples of bootstrap table.
Browse Examples |
Documentations |
Please visit: https://bootstrap-table.com/docs/getting-started/introduction/ |