Using example from http://jquery-datatables-column-filter.googlecode.com/svn/trunk/numberRange.html.
I have the duplicate header row as in the instructions there. But when I call this plug-in, I end up with the filter input where it should be, but the sort indicators are in the wrong row, second row crammed in with the filtering inputs. Consequently, when I want to add filter values, as soon as I click into the input I get sort action. I know how to stop this with stopPropagation, but what I want is for the main header row to handle sorting as it does in the example page mentioned above.
Appreciate any help, struggling with this for hours and I'm on a deadline!
Bob Graham
I have the duplicate header row as in the instructions there. But when I call this plug-in, I end up with the filter input where it should be, but the sort indicators are in the wrong row, second row crammed in with the filtering inputs. Consequently, when I want to add filter values, as soon as I click into the input I get sort action. I know how to stop this with stopPropagation, but what I want is for the main header row to handle sorting as it does in the example page mentioned above.
Appreciate any help, struggling with this for hours and I'm on a deadline!
Bob Graham