theoreticsinc / jquery-datatables-editable

Automatically exported from code.google.com/p/jquery-datatables-editable
0 stars 0 forks source link

sNewCellDisplayValue is not defined #94

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I have followed the example to implement a time custom input HH:MM. I keep 
running into this error ...

sNewCellDisplayValue is not defined 

Any hints what might be going wrong? The insert into the database goes fine but 
it seems like updating the cell is the problem. I also get a popup error alert 
with the value of updated cell which is correct but no idea why this popup is 
appearing either. 

Any pointers? Thanks!

Versions:

JQuery-DataTables-Editable-1.3
DataTables-1.8.1

Original issue reported on code.google.com by reuben.n...@gmail.com on 1 Mar 2012 at 6:04

GoogleCodeExporter commented 8 years ago
Hi,

Could you take the latest version from the site (2.1.7. I think)

Jovan

Original comment by joc...@gmail.com on 1 Mar 2012 at 3:05

GoogleCodeExporter commented 8 years ago
Jovan:

Thanks a lot! I spent almost a full day debugging this yesterday. It works 
perfectly with 2.1.4  

Regards, 

-Reuben 

Original comment by reuben.n...@gmail.com on 1 Mar 2012 at 5:53

GoogleCodeExporter commented 8 years ago

Original comment by joc...@gmail.com on 3 Mar 2012 at 10:30

GoogleCodeExporter commented 8 years ago
Guys, I don't quite follow, which version are you referring to? What project? 
Found nothing close to 2.1.4 in any of the download sections, facing same bug.

Original comment by apere...@gmail.com on 4 Jun 2012 at 7:55

GoogleCodeExporter commented 8 years ago
i downloaded 2.3.3 and same error
ln 301

if (sNewCellDisplayValue == null) {
 //sNewCellDisplayValue = sValue;
 oTable.fnUpdate(sValue, aPos[0], aPos[2], bRefreshTable);
 } else {
 oTable.fnUpdate(sNewCellDisplayValue, aPos[0], aPos[2], bRefreshTable);
                            }

Original comment by bmj...@gmail.com on 8 Nov 2013 at 11:57