Bootstrap table 列表没有数据自定义提示

$("#tableId").bootstrapTable({
	...
    formatNoMatches:function(){
        return "自定义提示内容";
    }
    ...
})

  

posted @ 2021-07-16 14:13  唏嘘-  阅读(1028)  评论(0编辑  收藏  举报