Filtering with ">" or "<"
Filtering with ">" or "<"
Hi,
I would like for certain of the columns (numeric ones) of my DataTables to have the following behavior when being filtered :
- "1" (or any other numeric value => only the result stricly equal to the value are being shown
- "> 2" => only the value stricly greater than 2 are being shown
- "<= 200" => only the value lower than 200 are being shown
Any idea on where to start or if it already exist ?
Thanks for your help
I would like for certain of the columns (numeric ones) of my DataTables to have the following behavior when being filtered :
- "1" (or any other numeric value => only the result stricly equal to the value are being shown
- "> 2" => only the value stricly greater than 2 are being shown
- "<= 200" => only the value lower than 200 are being shown
Any idea on where to start or if it already exist ?
Thanks for your help
This discussion has been closed.
Replies
Allan
I already tried a mix of this previous example but without success.
I still think that I am not the only one interested by this trick ;) Any other ideas ??
Thx