regression with individual column filtering + ajax
regression with individual column filtering + ajax
cgreene
Posts: 1Questions: 0Answers: 0
In the 1.8 series, individual column filtering works on any column (for 4 columns, sSearch_0, ... sSearch_3 are properly populated).
In the 1.9 dev series (I haven't tracked down the individual changeset that leads to the regression), only sSearch_1 ... sSearch 3 are properly populated (4 column example). The contents that should be in sSearch_0 are showing up in sSearch instead in the ajax request. I suspect that the second parameter of oTable.fnFilter(val, idx) is being evaluated to false (i.e. it looks like no column was specified). Perhaps the conditional dealing with this changed at some point.
In the 1.9 dev series (I haven't tracked down the individual changeset that leads to the regression), only sSearch_1 ... sSearch 3 are properly populated (4 column example). The contents that should be in sSearch_0 are showing up in sSearch instead in the ajax request. I suspect that the second parameter of oTable.fnFilter(val, idx) is being evaluated to false (i.e. it looks like no column was specified). Perhaps the conditional dealing with this changed at some point.
This discussion has been closed.
Replies
Allan
Thanks very much for the feedback!
Allan