I am looking for Datagrid that retrieves information from database along with below feature.
- Should work with JSP
- Provide Add, Edit and Remove options
- Save to Database
- Read from excel file.
Let me know if any one of you successfully implemented Datagrid with above features using any Ajax, Javascript based datagrid.
There are loads out there. I’ll start the ball rolling with DataTables – http://www.datatables.net
I’ve used this a lot and like it, there’s have a paid option that handles CRUD – http://editor.datatables.net/ if you don’t want to have to roll your own
It won’t read directly from an Excel sheet though, you’ll need to pass the data from it formatted correctly