安装
通过npm或Bower包含Bootstrap Table源CSS和JavaScript文件。
npm install bootstrap-table
bower install bootstrap-table
阅读安装文档CDN
当您只需要包含Bootstrap Table的已编译CSS或JS时,您可以使用UNPKG.
<linkrel="stylesheet"href="https://unpkg.com/bootstrap-table@1.15.3/dist/bootstrap-table.min.css">
<script src="https://unpkg.com/bootstrap-table@1.15.3/dist/bootstrap-table.min.js"></script>
探索文档例子
Bootstrap-table的例子。
浏览示例