Hi!
I'm looking for a method to edit table cells.
Something similar to Google Docs, that when the user double clicks the cell, it replaces the content with a textbox that grows automatically, and when the user press Enter or clicks out of the cell, it closes and save the modifications.
<td class="editable" ONDBLCLICK="editCell(this)">value</td>
Any ideas?
Thx