Closed GoogleCodeExporter closed 8 years ago
Original comment by eric.caron
on 28 Apr 2011 at 12:40
Change has been pushed to trunk.
I changed line 703 from:
if (cm.hidden) {
to:
if ($(cm).attr('hide')) {
If you can verify that this change fixes the problem, then I'll push a new
release (1.1.1)
Original comment by eric.caron
on 28 Apr 2011 at 3:12
I think we should note that "hide" was changed to "hidden".
Original comment by ymkin....@gmail.com
on 28 Apr 2011 at 6:51
That change was not intentional nor was it necessary. It should still be "hide".
Original comment by eric.caron
on 28 Apr 2011 at 12:40
The changes have fixed the issue. Columns now hide
Original comment by christop...@gmail.com
on 28 Apr 2011 at 4:41
Original comment by eric.caron
on 28 Apr 2011 at 8:43
Original issue reported on code.google.com by
christop...@gmail.com
on 27 Apr 2011 at 12:17