Custom sorting question

Custom sorting question

rfitzwaterrfitzwater Posts: 57Questions: 5Answers: 1
edited December 2011 in DataTables 1.8
My table has several columns. Currently I have searching enabled for individual columns. This is working great. What I'd like to do now though, is add an option to search for great than or less than on only specific columns. For example two of the columns in my table are numeric only data. I would like the user to be able to enter "<100" in the search field to filter that column and show all items less than 100. I'd also like them to be able to enter the opposite ">100" to filter and show all items greater than the number they enter. Obviously I want them to be able to enter any number (<53, >12, >400, etc).

I'm sure this is possible; the question is, who has figured it out already?

Thanks,

-Rhon
This discussion has been closed.