RowReorder doesn't work as expected

RowReorder doesn't work as expected

rodzunrodzun Posts: 6Questions: 4Answers: 0

I implemented RowReorder on a Modal Bootstrap and what happens is that, when I drag&drop the row only the first column moves and only one position, doesn't matter if I move it 3 or 4 position, it only moves one, and not the entire row but only the first column. I try to debug it printint the events happening posted on this page: https://www.datatables.net/extensions/rowreorder/examples/initialisation/events.html

and when it´s supposed to say the Name, or secod column, it says undefined, it´s like 'var rowData' from the page above is not getting a value for some reason.

I dont know how to do a jsfiddle because I use a very dynamic datatable in a modal, so please if somebody could help I would really appreciate thast.

Answers

  • allanallan Posts: 63,747Questions: 1Answers: 10,509 Site admin

    I'm afraid we would need a test case showing the issue in order to be able to assist with this at all. Does it happen if you don't use a modal?

    Allan

This discussion has been closed.