Closed GoogleCodeExporter closed 8 years ago
Hi,
It seems to me that changing the value do not triggers filter.
in the line 129 of plugin you can see that filtering is done on "keyup" event
$('#' + sFromId + ',#' + sToId, th).keyup(function () {
Maybe you can fire this event on the input box something like a
$upper.fire('keyup')
Jovan
Original comment by joc...@gmail.com
on 29 Sep 2011 at 5:58
I've actually just solved the issue... I realised that the filtering wasn't
taking place because the inputs wee'nt present in the dom at the time since
they are generated dynamically by datatables/Columnfilter.
The livequery plugin did the trick.
Original comment by gordonrankin82@gmail.com
on 29 Sep 2011 at 6:23
Great, I;m glad that you have fixed this.
Jovan
Original comment by joc...@gmail.com
on 29 Sep 2011 at 11:24
Original issue reported on code.google.com by
gordonrankin82@gmail.com
on 29 Sep 2011 at 4:10