Add an editable row
Add an editable row
buda_wu
Posts: 4Questions: 0Answers: 0
Hi folks,
I'm newbie in DataTables and Cakephp too.
Has anyone ever tried to add an editable row? I mean, when an user clicks on the 'add new row' anchor (like ' Click to add a new row'), it becomes an editable row?
Besides, when I edit a row, can the td's be a selectbox, instead of an ordinary text input?
Thank you so much!
I'm newbie in DataTables and Cakephp too.
Has anyone ever tried to add an editable row? I mean, when an user clicks on the 'add new row' anchor (like ' Click to add a new row'), it becomes an editable row?
Besides, when I edit a row, can the td's be a selectbox, instead of an ordinary text input?
Thank you so much!
This discussion has been closed.
Replies
Allan
Thanks!
But when I test the exemplo, I got the following error:
"jqTds[0] is null:
jqTds[0].innerHTML = ''; "
Why does it occur? I followed exactly what the example says
I fixed it changing my jQuery version to 1.5.2