I came across one problem lately. I intended to use this type tablesorter with slider filter and tried to modify it, but it didnt work. I need to be able to work with range of numbers in the table columns (ie not just single numbers like 51, but 3-8). So that when I pick value 5 on a slider filter, I need it to show the row with column value 3-8 and not column with value 51.
Please, do you have any ideas on how to modify this in order to use numeric range in the table?
You'll need to use a combination of the
filter_formatter
andfilter_functions
, like this (demo):HTML
Script