What steps will reproduce the problem?
1. add a custom dom sSortDataType
http://www.datatables.net/usage/columns#sSortDataType (for example I use
"sSortDataType": "dom-rel" to sort on the rel attribute instead of the content
of the ceil :
<tr><td rel="0">High</td></tr>
<tr><td rel="1">Very high</td></tr>
<tr><td rel="2">Critical</td></tr>)
2a. using columnfilter in select/checkbox mode --> not working
2b. using columnfilter in input text mode --> search for "1" will work / search
for "very" will not work
What is the expected output? What do you see instead?
When using custom dom sSortDataType, columnfilter should still use the ceil
content to filter (not the dom element specified in sSortDataType).
What version of the product are you using? On what operating system?
datatables 1.9.1
columnfilter 1.5.0
regards
Original issue reported on code.google.com by gaspar...@gmail.com on 12 Feb 2013 at 9:43
Original issue reported on code.google.com by
gaspar...@gmail.com
on 12 Feb 2013 at 9:43