BootStrap Table前台和后台分页对JSON格式的要求

前台分页:

SRE实战 互联网时代守护先锋,助力企业售后服务体系运筹帷幄!一键直达领取阿里云限量特价优惠。 sidePagination: "client" ,对应的json格式必须为: [    {      "id" :1,      "name" : "张三" ,      "age" :22    },    ... ]
   

后台分页:

sidePagination: "server" ,对应的json格式必须为: {     "total" :20,     "rows" :[          {            "id" :1,            "name" : "张三" ,            "age" :22          },         ...      ] }   参考来源:https://www.jb51.net/article/117388.htm
   
扫码关注我们
微信号:SRE实战
拒绝背锅 运筹帷幄