How does one filter out a single value and still see all others?

How does one filter out a single value and still see all others?

JStradtmanJStradtman Posts: 1Questions: 0Answers: 0
edited October 2013 in General
I've been looking for an answer to this, but haven't been able to find anything useful. Hopefully, I can find an answer here...

I have a datatable with a column for status. It can contain "Downloaded", "Complete", "Error" or "Processing". I'd like to apply filtering to the column in such a way that I will see either all the statuses ("View All") or everything BUT "Downloaded" ("Hide Downloaded")? I'd like to use the ColumnFilter plugin, though I'm not stuck with using this at this point. The problem with the plugin, it seems anyway, is that I have to limit my filtering to a specific single value per select.

I'd appreciate any suggestions or assistance on how I can get this accomplished.
This discussion has been closed.