binod gope
binod gope

Reputation: 9

DataTables warning: table id=admin_table - Ajax error. For more information about this error, please see http://datatables.net/tn/7

I am using jquery Datatables and i am getting this error

DataTables warning: table id=admin_table - Ajax error. For more information about this error, please see http://datatables.net/tn/7

and from some plugins it's showing 304 error.

Upvotes: -1

Views: 9962

Answers (1)

pOoOf
pOoOf

Reputation: 119

In chrome console, you can see the link on which datatable requests data, open that link in new tab and see if there is any error from the server side.

If you cannot see any link in console then right click and click Log XMLHttpRequests and then try again.

Upvotes: 0

Related Questions