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="edi tCell(this)">va lue</td>
Any ideas?
Thx
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="edi tCell(this)">va lue</td>
Any ideas?
Thx
Comment