Parent / child editing with Editor

Parent / child editing with Editor

FicosFicos Posts: 85Questions: 21Answers: 0

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

  • allanallan Posts: 61,439Questions: 1Answers: 10,053 Site admin

    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 for json as well as json.options.

    Allan

Sign In or Register to comment.