Dynamic table Creation using JSON
Dynamic table Creation using JSON
sudarsan
Posts: 5Questions: 4Answers: 0
I need to create table dynamically using JSON.But , Instead of php I am using JSP and struts.Will you please help how to do this??
This discussion has been closed.
Answers
Exactly the same applies on the client-side. Use the
ajax
option to tell DataTables where to Ajax get the data and then create your JSP program to get the database data and return it as JSON. If you need help with the JSP aspect, I would suggest asking in a Java forum or StackOverflow - I know next to nothing about Java :-)Allan