I need to filter a column with multiple conditions. Here's my code:
filters : [
{
condition : uiGridConstants.filter.GREATER_THAN,
placeholder : 'greater than'
},{
condition : uiGridConstants.filter.LESS_THAN,
placeholder : 'less than'
}
]
The above code will show "greater than" and "less than" the value of a particular column. I need to add 2 more conditions: something like "not between greater than and less than values".
Here's the plunker: http://plnkr.co/edit/co8tfDrn2EOyC5thrMwg?p=preview