Issue with weird delay & fnFilter not changing text in filter input
Issue with weird delay & fnFilter not changing text in filter input
cutcopypaste
Posts: 1Questions: 0Answers: 0
I have a function that is calling fnFilter, but it generally doesn't change the text in the filter element (I want it to, though!)
Sometimes it will work:
1) if I leave the window for some amount of time, come back, it's set to where it should be and if I toggle the filters it works that time, but not any more.
2) if I set a breakpoint on the call to fnFilter(), it works as it should.
Otherwise the text doesn't change! Except on another page where the filter is being calculated differently, it works.
I can't begin to imagine why this is happening.
I have a non-working datatables live attempt to reconstruct my situation here: http://live.datatables.net/axolun
the first condition in the call to App.filesDataTable.fnFilter is what's not working.
Sometimes it will work:
1) if I leave the window for some amount of time, come back, it's set to where it should be and if I toggle the filters it works that time, but not any more.
2) if I set a breakpoint on the call to fnFilter(), it works as it should.
Otherwise the text doesn't change! Except on another page where the filter is being calculated differently, it works.
I can't begin to imagine why this is happening.
I have a non-working datatables live attempt to reconstruct my situation here: http://live.datatables.net/axolun
the first condition in the call to App.filesDataTable.fnFilter is what's not working.
This discussion has been closed.