$.fn.dataTableExt.ofnSearch[sType] does not work in 1.9.4
$.fn.dataTableExt.ofnSearch[sType] does not work in 1.9.4
davidkonrad
Posts: 13Questions: 4Answers: 0
Normally we could do this to prepare the content before filtering
[code]
$.fn.dataTableExt.ofnSearch['string'] = function ( data ) {
...
[/code]
see http://jsfiddle.net/Y5ycM/
This does not work in dataTables 1.9.4, see http://jsfiddle.net/27B6B/
The funny thing is, that the code looks the same and should be called in 1.9.4 also, but it never does. Is that a bug, or is there another approach to do this in 1.9.4, not mentioned in the changes?
regards,
[code]
$.fn.dataTableExt.ofnSearch['string'] = function ( data ) {
...
[/code]
see http://jsfiddle.net/Y5ycM/
This does not work in dataTables 1.9.4, see http://jsfiddle.net/27B6B/
The funny thing is, that the code looks the same and should be called in 1.9.4 also, but it never does. Is that a bug, or is there another approach to do this in 1.9.4, not mentioned in the changes?
regards,
This discussion has been closed.
Replies
It is fixed in the 1.10 betas though.
Allan
regards,