Hi All,
I am working on a web project using spring mvc and i am using jquery.sheet plugin to create a spreadsheet on the web page.
You can check this at http://www.visop-dev.com/jquerysheet.html
The sheet is internally using html table to display the rows.
I want to select a particular row from the sheet but i am not able to do it. After selecting the row, i want to drag the row and drop it on a html div and then retrieve the value from the row. For that i am using jquery.ui draggable and droppable.
Also, when i add another sheet then the row id's change. How do i drag the rows??
Thank you in advance
Prasanjit