CRUD operations in spring mvc 2.5
CRUD operations in spring mvc 2.5
ktumucin
Posts: 4Questions: 0Answers: 0
Hi,
I want to do CRUD operations on jquery datatable such as edit delete select and add row. I am using spring mvc 2.5. How can I do this.
Thanks
I want to do CRUD operations on jquery datatable such as edit delete select and add row. I am using spring mvc 2.5. How can I do this.
Thanks
This discussion has been closed.
Replies
To get it ti work in a framework you will have to have the html and js seperate and the php for the server side if using that setup.
It does work as I am using in mobile app testing at this time.
This is a link to a discussion for the localstorage and the one that Allan did for Indexdb using the localstorage HTML and code posted.
Hope this helps.