Closed GoogleCodeExporter closed 8 years ago
I fixed this by modifying line 331 in jquery.dataTables.columnFilter.js file:
original code:
fnServerDataOriginal(sSource, aoData, fnCallback);
modified code:
fnServerDataOriginal(sSource, aoData, fnCallback, oTable.fnSettings());
Original comment by adobecol...@yahoo.com
on 8 Jul 2011 at 5:44
Perfect! That solved my problems I had with IE8. Great work!
Original comment by florian....@googlemail.com
on 12 Jul 2011 at 2:42
Original comment by joc...@gmail.com
on 24 Sep 2011 at 9:58
This issue was closed by revision r23.
Original comment by joc...@gmail.com
on 25 Sep 2011 at 12:38
This code is changed in the version 1.2.5.
Thanks,
Jovan
Original comment by joc...@gmail.com
on 25 Sep 2011 at 12:38
Original issue reported on code.google.com by
adobecol...@yahoo.com
on 8 Jul 2011 at 3:52