其他分享
首页 > 其他分享> > Kendo UI 表格

Kendo UI 表格

作者:互联网

$("#hotspotGrid").kendoGrid({             dataSource: {                 transport: {                     read: {                         url: "data/department/question.json",                         //type: "get",                         //data: {}, //parameters                         dataType: "json"                     },                     pageSize: 10                 }             },
}

标签:10,parameters,表格,read,question,Kendo,json,UI,data
来源: https://www.cnblogs.com/leslysquare/p/15959507.html