You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1. when the column filter type is date-range ,duplication events
What is the expected output? What do you see instead?
What version of the product are you using? On what operating system?
1.5.6.
Please provide any additional information below.
Original issue reported on code.google.com by [email protected] on 8 May 2014 at 6:55
The text was updated successfully, but these errors were encountered:
i have update the source code : function fnCreateDateRangeInput(oTable) {...}
$('#' + sFromId + ',#' + sToId, th).unbind("change");
$('#' + sFromId + ',#' + sToId, th).change(function (events) {
event.stopPropagation();
oTable.fnDraw();
fnOnFiltered();
return false;
});
but the duplication events still exist...
can anyone help me ,very thanks
Original issue reported on code.google.com by
[email protected]
on 8 May 2014 at 6:55The text was updated successfully, but these errors were encountered: