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

Include option rowReorder #952

@georgeblck

Description

@georgeblck

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions