using bootstrap-table

Official website address: https: //bootstrap-table.com/docs/api/table-options/

About js components editable presentation: https: //www.cnblogs.com/landeanfen/p/5821192.html#_label0 

 

ootstrap Chinese network: http://www.bootcss.com/

Bootstrap Table Demo:http://issues.wenzhixin.net.cn/bootstrap-table/index.html

Bootstrap Table API:http://bootstrap-table.wenzhixin.net.cn/zh-cn/documentation/

Bootstrap Table Source: https://github.com/wenzhixin/bootstrap-table

Bootstrap DataPicker:http://www.bootcss.com/p/bootstrap-datetimepicker/

Boostrap Table 扩展API:http://bootstrap-table.wenzhixin.net.cn/extensions/

 

 

Examples

 

Basic Configuration

{#jquery的引用#}
<script src="/static/jquery-3.3.1.js"></script>
{#bootstrap的引用#}
<script src="/static/bootstrap-3.3.7-dist/js/bootstrap.js"></script>
<link rel="stylesheet" href="/static/bootstrap-3.3.7-dist/js/bootstrap.js">
{#bootstrap-table的引用#}
<script src="/static/bootstrap-table-master/dist/bootstrap-table.js"></script>
<link rel="stylesheet" href="/static/bootstrap-table-master/dist/bootstrap-table.css">
<script src="/static/bootstrap-table-master/src/locale/bootstrap-table-zh-CN.js"></script>

Background fixed transmission data format

 

Use the tutorial blog

https://lupython.gitee.io/2018/05/05/bootstraptable/

 

Guess you like

Origin www.cnblogs.com/shizhengquan/p/10949232.html