that is a bug?for change page

that is a bug?for change page

flyzonemuflyzonemu Posts: 1Questions: 0Answers: 0
edited September 2011 in General
i use datatable for a project,but when i update,the page will to first page. from the source i found that:

about line 4375 in jquery.dataTables.js

function _fnFilterComplete ( oSettings, oInput, iForce )
{
/* Filter on everything */
_fnFilter( oSettings, oInput.sSearch, iForce, oInput.bRegex, oInput.bSmart );

/* Now do the individual column filter */
for ( var i=0 ; i
This discussion has been closed.