javascript - Drag and drop sort table row without jQuery -
the table row drag , drop sort example on internet using jquery sortable. need example show me sort table row without using jquery @ all. please see below table setup.
<table> <tr id="row-a"> <td> item a</td> </tr> <tr id="row-b"> <td> item b</td> </tr> </table>
Comments
Post a Comment