Can you use sortable to manually reposition rows in a table?
Here is what I am trying to do:
<div>
<table 1>
rows
<table 2>
rows
</div>
The div contains the tables. Tables should be sortable (can alternate
table 1 and table 2 position on the page). Any row in a particular
table needs to be sortable only in that table.
Not sure if sortable can do this?
M