I've been extending jEditable plugin for sole purpose to display multiple
checkboxes.
When testing edition, Firebug threw me this error : "ReferenceError:
sNewCellDisplayValue is not defined"
I've checked your plugin jquery.dataTables.editable.js.
At line 140, the variable "sNewCellDislayValue" is initialized.
It's not used later in the code but I've found several occurences of a variable
"sNewCellDisplayValue" that was never initialized.
I guessed there was a typo error so I fixed line 140 and the error was gone.
Original issue reported on code.google.com by johnny.c...@gmail.com on 29 Aug 2012 at 1:26
Original issue reported on code.google.com by
johnny.c...@gmail.com
on 29 Aug 2012 at 1:26