Some summary of bootstrapTble

Foreword:

1、bootstrapTable 官网  http://bootstrap-table.wenzhixin.net.cn/zh-cn/ ,http://bootstrap-table.wenzhixin.net.cn/zh-cn/documentation/

If you need a lot of other Chinese translations, you can refer to other people's blog translation http://blog.csdn.net/rickiyeat/article/details/56483577

2. This article is not to teach you how to use bootstrap, but as a summary of the problems encountered by individuals in the process of using it

1. When there are multiple pages. I clicked on another pagination, but the pagination did not jump back to the first page when I clicked search

  Problem: $('#table_server').bootstrapTable('refresh'); //Refresh the table, but only when the page refreshes the table and does not jump back to the first page

  Solution: $("#table_server").bootstrapTable("refreshOptions", { pageNumber: 1 }) //Replace the refresh statement with this sentence

 

1. How to load data

 

2. Operations when there are options

 

3. Search requests with multiple search keywords

 

4. Data processing other than loading tables

 

V. Final Summary

 

Reference URL: http://blog.csdn.net/tyrant_800/article/details/50269723

https://www.cnblogs.com/flyins/p/6752248.html

https://www.cnblogs.com/wuhuacong/p/7284420.html

http://blog.csdn.net/l_chiwin/article/details/77142297

http://www.cnblogs.com/zcsj/p/6635677.html

https://www.cnblogs.com/baixiaoguang/p/7094459.html

 

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=324840878&siteId=291194637