Ajax call get data from clicked row rather than edited row
Ajax call get data from clicked row rather than edited row
Link to test case:
Attached index.html
Debugger code (debug.datatables.net):
https://debug.datatables.net/eludix
Error messages shown:
None
Description of problem:
I tried to minimize the example as much as possible. The table looks like:
- Click on the selectize cell in the second row and delete the tag.
- Click on any cell in the first row.
As you see in the last screenshot, there is written out into the console the parameter dtedit from the ajax call. I would expect, that there is displayed the data of the edited row. But it is the data of the row, on which I click (also if I have more than 2 rows).
I try to figure out, what went wrong, but I can't find an error on my side. At the moment, it looks like a bug for me.