At the moment im using jquery tablesorter and tablesorter filter. My problem is that i want that my filter would filter only one column. Now its filtering all columns. You c
The easiest solution for that is to modify the selectorHeaders in the javascript file and set it to something other like:
selectorHeaders: 'thead th.sortable'
Now, the only thing you have to do is to give only the collumns you want to be sortable the css class sortable.