标签:blog res nbsp 服务器 bsp pre 指定 分页 前端
当服务器没有对数据进行分页时,前端页面设计又要求进行分页,要分开来设置。
服务端分页:
responseHandler: function(data){ return data.response; },
客户端分页,需要指定到rows:
sidePagination : "client", responseHandler: function(data){ return data.response.rows; },
BootStrap-table 客户端分页和服务端分页的区别
标签:blog res nbsp 服务器 bsp pre 指定 分页 前端
原文地址:http://www.cnblogs.com/facial/p/6196473.html