≡
×
Plus
Manual
Examples
Reference
Download
Blog
Community
Support
fnAddData
fnAddData
Trollchik
Posts: 80
Questions: 1
Answers: 0
September 2011
edited September 2011
in
General
Hello. I'm using DataTables + jEditable plugin. I use
fnAddData
to add new row to table. But how to make this row editable like previous rows?
Thanks
Replies
Trollchik
Posts: 80
Questions: 1
Answers: 0
September 2011
i'm trying to use
[code]
"fnRowCallback": function( nRow, aData, iDisplayIndex, iDisplayIndexFull ) {
for(var i=0; i
Trollchik
Posts: 80
Questions: 1
Answers: 0
September 2011
thanks, i got it.
This discussion has been closed.
Replies
[code]
"fnRowCallback": function( nRow, aData, iDisplayIndex, iDisplayIndexFull ) {
for(var i=0; i