标签:格式 client net 前台 name line art tps trap
BootStrap Table前台和后台分页对JSON格式的要求
前台分页:
sidePagination:
"client"
,对应的json格式必须为:
[
{
"id"
:1,
"name"
:
"张三"
,
"age"
:22
},
...
]
后台分页:
sidePagination:
"server"
,对应的json格式必须为:
{
"total"
:20,
"rows"
:[
{
"id"
:1,
"name"
:
"张三"
,
"age"
:22
},
...
]
}
BootStrap Table前台和后台分页对JSON格式的要求
标签:格式 client net 前台 name line art tps trap
原文地址:https://www.cnblogs.com/sayshap/p/10747691.html