sureshreddyk / jquery-datatables-row-grouping

Automatically exported from code.google.com/p/jquery-datatables-row-grouping
0 stars 0 forks source link

Row expand/collapse doesn't work - 'rel' attribute not set #5

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
The code on line 274 is not working:
nCell.rel = sGroupCleaned;

This replacement works:
$(nCell).attr( 'rel', sGroupCleaned );

Browser: Google Chrome 12.0.742.122 m

Original issue reported on code.google.com by mssskha...@gmail.com on 26 Jul 2011 at 3:53

GoogleCodeExporter commented 8 years ago
Hi,

Your fix is included in the version 1.1.

Thanks,
Jovan

Original comment by vida.a...@gmail.com on 19 Aug 2011 at 10:02

GoogleCodeExporter commented 8 years ago

Original comment by joc...@gmail.com on 24 Sep 2011 at 6:25