Reordering can not drop
Reordering can not drop
hern12
Posts: 2Questions: 2Answers: 0
I can drag but when I drop item it switch back to before pls help thanks
this is code
var table = $('#example').DataTable( {
rowReorder: true,
data: tbBody,
columns:tableHead,
} );
This discussion has been closed.