How to filter by a each cell value
How to filter by a each cell value
Hi, I'm making a filter for columns that contain money data. Each filter is a select with two options, "Have" and "Not Have", where "Have" is when data in each cell of the column is different of 0.00 and "Not Have" is the opposite.
Even, I made an example here: http://live.datatables.net/zupineco/1/edit
The problem is when selected option is "Not Have", numbers like 160.00 are been included in the result, and if option is "Have" the result is the opposite. What can I do? Thanks
Answers
I get the solution, it is here: http://live.datatables.net/zupineco/1/edit
Thanks.