Dynamic table Creation using JSON

Dynamic table Creation using JSON

sudarsansudarsan Posts: 5Questions: 4Answers: 0
edited June 2015 in Free community support

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??

Answers

  • allanallan Posts: 63,685Questions: 1Answers: 10,500 Site admin

    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

This discussion has been closed.