Row drag and drop reording in 1.10

Row drag and drop reording in 1.10

johnjfkjohnjfk Posts: 2Questions: 1Answers: 0

I'm trying to build a table allowing user to add/delete, and reorder rows by drag and drop. I found the rowReordering plugin but it seems doesn't work with 1.10 "DataTable()". I got it work with older version "dataTable()" but then the add and delete row functions will not work.

Is there any way to do drag and drop rows in 1.10? Thanks.

This question has an accepted answers - jump to answer

Answers

  • allanallan Posts: 61,823Questions: 1Answers: 10,129 Site admin
    Answer ✓

    If you are willing to wait a couple of weeks, I will be releasing a new RowReorder extension for DataTables which will be supported as part of the core project.

    Allan

  • mRendermRender Posts: 151Questions: 26Answers: 13

    Allan,

    RowReordering with drag and drop functionality (or arrow buttons or whatever you want to use) is exactly what I've been searching for, and I can't wait to see what you're going to come up with.

    If you need someone to test it out, I have a project that will implement this functionality right away. For now, I will hold off on implementing the drag-n-drop plug in with the legacy datatables.

    Thank you.

  • johnjfkjohnjfk Posts: 2Questions: 1Answers: 0

    That's a very good news Allan, thank you!

This discussion has been closed.