Populating datatable with JSON data throgh AJAX Issue:

Populating datatable with JSON data throgh AJAX Issue:

Dibyadeep_MukherjeeDibyadeep_Mukherjee Posts: 6Questions: 4Answers: 0

Hello Team,

I have created a JSON file and i have called that in my HTML datatable page using AJAX. but i am facing issue in loading the data..please help.

JSON FILE(Employee.json):

{"data":[
{"name":"Shyam", "email":"shyamjai"},
{"name":"Bob", "email":"bob32"},
{"name":"Jai", "email":"jai87"}
]}

My HTML page:

After Running:

please help!

This question has an accepted answers - jump to answer

Answers

This discussion has been closed.