bootstrap-table显示数据提示No matching records found

新手上路,请多包涵

$("#query1").click(function(){


$("#re").bootstrapTable({
    method: 'post',
    url: webPath+"/guest/query1.do",
    dataType: "json",
    sidePagination: "server", 
    contentType: "application/x-www-form-urlencoded; charset=UTF-8",
    columns:[
        {
            filed:'eid',
            title:'EID',
        },{
            field:'eum_id',
            title:'EUM_ID',
        }]
});## 标题文字 ##

});

后台的返回json为{"eid":"89001012012341234012345678901224","eum_id":"1"}

阅读 5.1k
撰写回答
你尚未登录,登录后可以
  • 和开发者交流问题的细节
  • 关注并接收问题和回答的更新提醒
  • 参与内容的编辑和改进,让解决方法与时俱进
推荐问题