Populating datatable with JSON data throgh AJAX Issue:
Populating datatable with JSON data throgh AJAX Issue:
Dibyadeep_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
This discussion has been closed.
Answers
Do you get any alert messages or errors in your browser's console?
Try the troubleshooting steps in this technote:
https://datatables.net/manual/tech-notes/1
Kevin
Thanks kevin, The problem was solved..i am not sure how..but i cleared the browser cache..and then ran the code..