What would be the best way to create a dynamic HTML table using the JQuery plugin? What I want to do is be able to pull data from my action class and be able to perform CRUD operations on that data which is presented in a table. I also want to be able to dynamically add rows to the table as well and have it saved server side.
I found this example but it uses Dojo and I'm trying to stay away from using the Dojo Struts plugin since it is so old.
The Struts2 JQuery Grid plugin looks like a possible solution.
Would this be a good use case to use a plugin like Freemarker?