Change search criterion on a specific column filter

Change search criterion on a specific column filter

sara123sara123 Posts: 1Questions: 0Answers: 0
edited November 2013 in DataTables 1.8
I want to display all values less than the search value(integer/float) entered by the user for a specific column.

For example i have table with a frequency column. when user enters a search value in text box say 2, i want to show all rows with a frequency 2 or less than 2.

Please suggest something its urgent

Replies

  • allanallan Posts: 61,446Questions: 1Answers: 10,054 Site admin
    This example I think will help: http://datatables.net/release-datatables/examples/plug-ins/range_filtering.html . If you need to perform filtering on logic other than a straight match, custom filtering like int he example is the way to go in DataTables.

    Allan
This discussion has been closed.