Drag&Drop Between two datatables

Drag&Drop Between two datatables

UserDatatableUserDatatable Posts: 1Questions: 0Answers: 0

Hello,

I'm looking for an example of very specific Datatable.
I wish to create X datatable that could exchange lines between them.

one line could be drag & drop to another datatable.

I found links but I can not implement them or the code is obsolete. Is it possible to give me a quick example of implementation? I think the drag & drop should be done in jquery or html5

Thank you!

Replies

  • allanallan Posts: 63,455Questions: 1Answers: 10,465 Site admin

    That isn't a feature that is provided by DataTables core or by any of the official extensions I'm afraid. It is possible to do using jQuery UI drag and drop or HTML5 draggable as you say, mixed with the DataTables API (row.add(), row().data() and row().remove()).

    If you need an example of that, I would be happy to write one for you under the priority support options.

    Allan

This discussion has been closed.