Hello, Just wondering if you can give me an example of how I may implement this to drag/drop table columns with the below HTML structure? <table> <thead> <tr> <th>Column 1</th> <th>Column 2</th> </tr> </thead> <tbody> <tr> <td>Value 1</td> <td>Value 2</td> </tr> </tbody> </table> Any advice much appreciated!! Andy
Hello,
Just wondering if you can give me an example of how I may implement this to drag/drop table columns with the below HTML structure?
Any advice much appreciated!!
Andy