 
      Bootstrap Table
An extended table to the integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation)
Currently1.15.5
 Download
  
  
  
  Download
 
      An extended table to the integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation)
Currently1.15.5
Include Bootstrap Table source CSS and JavaScript files via npm or yarn.
npm install bootstrap-table
yarn add bootstrap-tableWhen you only need to include Bootstrap Table’s compiled CSS or JS, use UNPKG.
<link rel="stylesheet" href="https://unpkg.com/bootstrap-table@1.15.5/dist/bootstrap-table.min.css">
<script src="https://unpkg.com/bootstrap-table@1.15.5/dist/bootstrap-table.min.js"></script>