DataTables warning 处理办法

l2qq · 2019-09-18 15:11
字数 798 评论 0 收藏 0 点赞 0

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