
Bootstrap Table文档网
Bootstrap Table是一个可扩展的表格,可集成众多CSS框架,支持Bootstrap, Semantic UI, Bulma, Material Design, Foundation框架。
Currently1.22.1
Bootstrap Table是一个可扩展的表格,可集成众多CSS框架,支持Bootstrap, Semantic UI, Bulma, Material Design, Foundation框架。
Currently1.22.1
Include Bootstrap Table source CSS and JavaScript files via npm or yarn.
npm install bootstrap-table
yarn add bootstrap-table
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>