DataTables warning: table id=DataTables_Table_0 - Ajax error. For more information about this error, please see http://datatables.net/tn/7
处理本办法:
方案一:datatables读取数据使用post模式,不要用get模式。(推荐)
方案二:head添加下面代码,让浏览器使用极速模式。
<meta name="renderer" content="webkit"> <meta http-equiv="X-UA-Compatible" content="chrome=1">
最新评论 0