Reordering but not renumbering

Reordering but not renumbering

WebDevWebDev Posts: 21Questions: 0Answers: 0
edited October 2012 in General
Hi Allan,

I am trying to implement your draggable/droppable/reorderable table rows solution on a site and I finally got it to work except that the numbers in the index column cells do not change to reflect the new ordering once the dragged row is dropped in its new location. I then moved your #example table over into my IDE and then when I checked your table from there it too did not update the number ordering. What types of things can I look into to rectify this? My plugins are included in the same order as yours so I don't know what to change there. Could there possibly be a conflict due to differing versions of jQuery and jQuery UI?

Replies

  • WebDevWebDev Posts: 21Questions: 0Answers: 0
    Okay, after extensive testing it seems more like the actual issue is that the HTML document does not like there being more than one dataTable at a time. If so, is there a way around that?
This discussion has been closed.