Ajax call get data from clicked row rather than edited row

Ajax call get data from clicked row rather than edited row

aline.silvaaline.silva Posts: 1Questions: 1Answers: 0

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:

  1. Click on the selectize cell in the second row and delete the tag.

  1. 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.

Sign In or Register to comment.