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

Doesn't work with latest version of row grouping plugin #11

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create a datatable with rowgrouping and row-reordering plugin
2. Try and reorder a row

What is the expected output? What do you see instead?
Using the latest version of rowgrouping (1.2.7) causes the row-reordering 
plugin not to work.

It appears this is because the row-reordering plugin is looking for the 
"data-group" attribute in each row, but it is no longer added to each row in 
the rowgrouping plugin.

As a workaround, I need to go back and use version 1.1.6 of the rowgrouping 
plugin.

Example with Version 1.1.6 working: http://live.datatables.net/onigip/2

Example with Version 1.2.7 not working: http://live.datatables.net/onigip

Original issue reported on code.google.com by scott.m....@gmail.com on 26 Oct 2012 at 1:34

GoogleCodeExporter commented 9 years ago
Thank you for this post, I searched the web for ages and even thought I had 
something wrong with my code.

Original comment by daniel.t...@adsoul.pt on 2 Apr 2013 at 11:41

GoogleCodeExporter commented 9 years ago

Original comment by joc...@gmail.com on 5 Jun 2013 at 5:30

GoogleCodeExporter commented 9 years ago
Hi,

This is row grouping plugin issue. The latest version forks with the row 
grouping version 1.2.9.

Jovan

Original comment by joc...@gmail.com on 6 Jun 2013 at 2:29