Parent / child editing with Editor
Parent / child editing with Editor
Ficos
Posts: 88Questions: 22Answers: 0
in DataTables
Link to test case: https://ficos.nl/testdt/sites.html
Debugger code (debug.datatables.net): https://debug.datatables.net/acacak
Error messages shown: Uncaught TypeError: n is null
Description of problem:
child is not responding to click in parents table, only after a few clicks I get the child's data.
Replies
Hi,
Many thanks for flagging this up. There is an error in Editor on it's handling of updating field options when the Ajax request is cancelled. I've got the fix committed locally and it will be in 2.1.1 which I expect to drop either later this week or early next.
If you edit your source version of Editor, the fix is in
_optionsUpdate
. It should check forjson
as well asjson.options
.Allan