Drag/drop rows between two datatables

Drag/drop rows between two datatables

pravinhmhatrepravinhmhatre Posts: 1Questions: 0Answers: 0
edited May 2012 in Plug-ins
Is there any way to drag drop rows between two datatables populated through ajax?

Thanks,
Pravin

Replies

  • allanallan Posts: 61,762Questions: 1Answers: 10,111 Site admin
    Sure - you can set up the rows to be draggable using whatever drag library you like and then when dropped, use the API methods fnDeleteRow, fnAddData and fnGetData to remove, append rows and get the data to transfer between the tables.

    Allan
  • sbettssbetts Posts: 2Questions: 0Answers: 0
    Sounds like just what I need. Is there a demo of this functionality somewhere?
  • DosseaDossea Posts: 4Questions: 0Answers: 0
    I'd like to see an demo too...
This discussion has been closed.