DataTables warning: JSON data from server could not be parsed. This is caused by a JSON formatting error

前端 未结 5 1771
太阳男子
太阳男子 2021-01-23 08:27

I am using server-side DataTables in a project

and do a search, shows me the following error message:

DataTables warning: JSON data from server not could b

5条回答
  •  耶瑟儿~
    2021-01-23 08:45

    I ran into this problem and it was as simple as updating the information in the following file:

        "sAjaxSource": "DataTables/examples/server_side/scripts/server_processing.php"
    

    Don't know if the answer you're looking for is that pedestrian, but I figured I would throw in my 2 cents!!

提交回复
热议问题