Open GoogleCodeExporter opened 9 years ago
A fix would be to search only inside the original table element. Change the
lines 280-281 and 308-309 in the functions fnExpandGroup() and
fnCollapseGroup() to:
$("td[data-group^='" + sGroup + "']", oTable).removeClass("collapsed-group");
$("td[data-group^='" + sGroup + "']", oTable).addClass("expanded-group");
$("td[data-group^='" + sGroup + "']", oTable).removeClass("expanded-group");
$("td[data-group^='" + sGroup + "']", oTable).addClass("collapsed-group");
Original comment by r.leend...@student.tue.nl
on 27 Sep 2013 at 8:42
Original issue reported on code.google.com by
spda...@gmail.com
on 11 Jul 2013 at 2:42