Open GoogleCodeExporter opened 8 years ago
Further investigation has revealed that editing breaks when using Datables
deferred rendering. When fnApplyEditable(aonodes) is invoked in makeditable()
only the nodes currently rendered in the table - the first 10 - have the nTr
object populated, so the event handler only gets bound to those rows.
Presumably the solution is to bind a function to the Datables draw event and
then invoke fnApplyEditable again. Is there a better way?
Original comment by satellit...@gmail.com
on 3 May 2014 at 2:33
Original issue reported on code.google.com by
satellit...@gmail.com
on 2 May 2014 at 7:54