Click here to Skip to main content
15,888,351 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am dynamically making a table using js\jquery while php on server side. Now I want to make its grid data content drag-able That drag one data into another column and accordingly i update my data on server
Posted

1 solution

For drag, try using jqueryui:
https://jqueryui.com/draggable/[^]

For communication with php on server side, try jQuery.ajax:
http://api.jquery.com/jquery.ajax/[^]

Hope that points you in the correct direction.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900