mpryvkin / jquery-datatables-row-reordering

JQuery plugin that enables drag and drop row reordering in the tables enhanced with JQuery DataTables plugin.
https://www.gyrocode.com/articles/jquery-datatables-row-reordering/
6 stars 8 forks source link

Issue with fixed column extension of datatables #29

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Use Datatables. Scrollable in X. 
2. Use FixedColumns 
3. Drag elements

What is the expected output? What do you see instead?
Drag and drop action should reorder whole row instead it's reordering only the 
non-fixed part od the table (there are actually two <table>'s in dom because of 
using fixed column)

Live demo of the problem: http://live.datatables.net/fapobufe/2/edit

Original issue reported on code.google.com by chmiel...@gmail.com on 10 Oct 2014 at 5:31