This repository was archived by the owner on Aug 29, 2025. It is now read-only.

Description
Hello,
I am trying to use the possibility to drag-and-drop rows that is usually supported by DataTables and it is not working.
This is the simple code snippet that would activate it:
$(document).ready(function() {
var table = $('#cell-table').DataTable( {
rowReorder: true
} );
} );
For more information see here