How to use the signs "less" and "more" in DataTables filters?
How to use the signs "less" and "more" in DataTables filters?
stereomaniac
Posts: 3Questions: 3Answers: 0
in General
DataTables has filters for columns that work great. But I have the following situation:
I have a column WITH ONLY NUMERIC values in my DataTables table and I would like not just to filter the data in that column based on the entered value, and to use the expression ">30" or "<30" to get the result of filtering all the values in the column are greater than or less than 30.
Can I do this in DataTables?
Answers
Yep, you can use SearchBuilder for that - see the Age column in this example,
Colin