Editor: "Cannot read property 'fnSelectNone' of null" after delete using JQuery UI Styling
Editor: "Cannot read property 'fnSelectNone' of null" after delete using JQuery UI Styling
Baconbacon
Posts: 2Questions: 1Answers: 0
I've come across this Uncaught Exception error on dataTables.editor.js:377 after using Editor to delete an entry in my table using Jquery UI. This error also exists in the example: http://editor.datatables.net/examples/styling/jqueryui.html
If an entry is deleted, it processes and deletes correctly, but any subsequent delete requests fail using Jquery UI styling. Because this error exists in the example, I'm not sure if it is a bug or not. My code is the same as the example.
This discussion has been closed.
Answers
Hi,
Apologies for this - very certainly a bug. I've got a fix for this already, and I'll be releasing 1.3.2 with the fix soon. However, until then, use the following in place of the
editor.jqueryui.js
integration file that Editor comes with (i.e. just replace the contents of the existing file completely with this):Regards,
Allan
I am now getting this same error in datatables.editor.js