码迷,mamicode.com
首页 > 其他好文 > 详细

bootstrap table两种分页需要的数据不同

时间:2017-12-22 19:49:55      阅读:131      评论:0      收藏:0      [点我收藏+]

标签:不同   body   serve   bsp   article   post   nbsp   row   bootstrap   

先上原帖地址:http://blog.csdn.net/tyrant_800/article/details/50269723

问题描述:

  调用$("#show_list_table").bootstrapTable("refresh");刷新table以后,搜索条件可以传入,也请求到了数据,但是就是不在table中展示数据。

  最后发现是因为服务器端分页和客户端分页需要的json格式不一样。

原帖内容:

  服务器分页/客户端分页的转换,table刷新

  bootstrap默认是客户端分页 ,可通过html标签

  data-side-pagination="client"

  指定。注意,这两种后台传过来的json数据格式也不一样 

  client : 正常的json array格式 [{},{},{}] 
  server: {“total”:0,”rows”:[]} 其中total表示查询的所有数据条数,后面的rows是指当前页面展示的数据量。

bootstrap table两种分页需要的数据不同

标签:不同   body   serve   bsp   article   post   nbsp   row   bootstrap   

原文地址:http://www.cnblogs.com/yt975548/p/8087313.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!