hi, From last couple of days i am looking a plugin like excel and then i find Jquery Handsontable plugin which is basically full fill my requirement.
user can copy and past from excel to Handsontable table. I dont have any work experience with JQuery. Can anyone give me simple example how i can use JQuery Handsontable in my php page.
1. On page load i want to get data from database and show in JQuery Handsontable
2. User modify the data
3. When user save the data then i have to read the data form JQuery Handsontable and save into database.
Thanks in .