I am looking for some examples or ideas of how I can take a html table that has been populated with database data, and be able to take the text in each row, drag and drop it into other cells of the same row.
For example, the table will have headers of...Unit#, Status1, Status2, Status3, Status4, Status5. The data from the DB will populate the Unit# fields with a unit number and also populate the appropriate current Status# field with the unit number also. A user would then be able to click on the data within any of the Status# fields and drag that data into a new Status# field within the same row. THe idea behind this is to display a graphical view of Unit# statuses. This is all to be done in HTML or ASP. I have seen some examples using JavaScript but have not been able to make anything work. Any help or leads would be great!
Start Free Trial