Closed GoogleCodeExporter closed 9 years ago
Original comment by joc...@gmail.com
on 13 Jul 2012 at 10:51
Hi,
Thank you for this fix it is included in the 1.2.2. version. See
http://jquery-datatables-row-grouping.googlecode.com/svn/trunk/ajax_deep.html
as example.
Regards,
Jovan
Original comment by joc...@gmail.com
on 15 Jul 2012 at 11:22
Version 1.2.7; this needs to be applied to secondary grouping as well.
Should be on line 417
Change
sGroupData2 =
oSettings.aoData[oSettings.aiDisplay[iDisplayIndex]]._aData[properties.iGrouping
ColumnIndex2];
to
sGroupData2 = this.fnGetData(nTrs[i], properties.iGroupingColumnIndex2);
Original comment by mikerfac...@gmail.com
on 20 Aug 2012 at 3:27
I can confirm the above. I'm using 1.2.9 and was having issues with secondary
grouping. The above fix solved my issue:
Line 423. Change:
sGroupData2 =
oSettings.aoData[oSettings.aiDisplay[iDisplayIndex]]._aData[properties.iGrouping
ColumnIndex2];
to
sGroupData2 = this.fnGetData(nTrs[i], properties.iGroupingColumnIndex2);
Works flawlessly!
Original comment by yann...@verya.ca
on 18 Feb 2014 at 7:20
Thank you for this solution.
Original comment by ito...@gmail.com
on 15 Jun 2015 at 11:14
Original issue reported on code.google.com by
ftay...@gmail.com
on 13 May 2012 at 5:34Attachments: