Mad_T
07-17-2012, 09:51 AM
Hi
I'm using basic HTML to create a table. 8 columns wide and multiple rows.
Due to it's size it can take several seconds to get the data and present it on screen.
When the data is displayed I would like to be able to double click on a row and have that row editable.
Each row will need to be a form as there are hidden values I need to submit as well as the cell data.
When I click away from the row, I want the values passing back to javascript so I can use PHP to save them.
1. is this possible ?
2. any ideas ?
I've found a couple of scripts, but nothing that is similar to this.
Thanks
I'm using basic HTML to create a table. 8 columns wide and multiple rows.
Due to it's size it can take several seconds to get the data and present it on screen.
When the data is displayed I would like to be able to double click on a row and have that row editable.
Each row will need to be a form as there are hidden values I need to submit as well as the cell data.
When I click away from the row, I want the values passing back to javascript so I can use PHP to save them.
1. is this possible ?
2. any ideas ?
I've found a couple of scripts, but nothing that is similar to this.
Thanks