RowReordering DataTable in Modal, drags row to another datatable in background

RowReordering DataTable in Modal, drags row to another datatable in background

mucholocomucholoco Posts: 1Questions: 1Answers: 0
edited July 2016 in Free community support

Hi!

I have a datatable(DT_A) with rowreordering function. In DT_A, I have a button which then shows a modal containing another datatable (DT_B) that is independent of DT_A. I want DT_B to be able to rowReorder also.

When the modal shows up, the rows in DT_B appear to be draggable. However, they are being dragged on to the rows of DT_A. But since the appearance of DT_A and DT_B are different, the dragged rows of DT_B are just lost somewhere; and DT_B does not reupdate.

Any help? Thank you.

This discussion has been closed.