JQuery 插件:flexigrid
flexigrid,返回的JSON格式為:
var data = {
"page":1,
"total":100,
"rows":[
{"id":0
"cell": [{"column0":value0},
{"column1":value1},
{"column2":value2} ........
]
},
..................
]
}
flexigrid,返回的JSON格式為:
var data = {
"page":1,
"total":100,
"rows":[
{"id":0
"cell": [{"column0":value0},
{"column1":value1},
{"column2":value2} ........
]
},
..................
]
}