BootStrap Table前台和后台分页对JSON格式的要求
Posted Dolen
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了BootStrap Table前台和后台分页对JSON格式的要求相关的知识,希望对你有一定的参考价值。
BootStrap Table前台和后台分页对JSON格式的要求
前台分页:
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
以上是关于BootStrap Table前台和后台分页对JSON格式的要求的主要内容,如果未能解决你的问题,请参考以下文章
python测试开发django-117.bootstrapTable结合Paginator分页器查显示表格
遇到不同的分页插件 比如bootStrap paganation和jqGrid,但后台代码该怎么写
bootstrap-table response handler 怎么用