Bootstrap table 列表没有数据自定义提示
$("#tableId").bootstrapTable({
...
formatNoMatches:function(){
return "自定义提示内容";
}
...
})
$("#tableId").bootstrapTable({
...
formatNoMatches:function(){
return "自定义提示内容";
}
...
})