Filtering rows from a datatable with a particular column having non-zero value
Filtering rows from a datatable with a particular column having non-zero value

I have datatable in which a non-zero value represents error condition and I want to display just those rows which have this column with some non-zero value i.e. error conditions.
Could you please tell me how could I achieve it using fnFilter regular expression. I am quite unable to achieve it.
Could you please tell me how could I achieve it using fnFilter regular expression. I am quite unable to achieve it.
This discussion has been closed.