bootstrap table动态指定请求地址,我这里要实现的是:进入页面不需要加载数据,点击条件再查询,请查看:
http://yayihouse.com/yayishuwu/chapter/2195
function query() {
$(""#tableId).bootstrapTable('refresh',{url:"/controllerRequestMapping/getList"});
}
bootstrap table动态指定请求地址,我这里要实现的是:进入页面不需要加载数据,点击条件再查询,请查看:
http://yayihouse.com/yayishuwu/chapter/2195
function query() {
$(""#tableId).bootstrapTable('refresh',{url:"/controllerRequestMapping/getList"});
}