angular-ui/ui-grid

uiGridConstants.filter not in the list

Fechada

#6.904 aberto em 17 de dez. de 2018

 (0 comentário) (0 reação) (0 responsável)JavaScript (2.496 forks)batch import
help wantedtype: feature

Métricas do repositório

Stars
 (5.395 estrelas)
Métricas de merge de PR
 (Métricas PR pendentes)

Description

In the angualr JS UIGrid how can I filter values that are not present in the given list, say I have a column with "released" and "amended" as values, I don't want the rows with these 2 values, we have conditions like uiGridConstants.filter.EXACT etc (http://ui-grid.info/docs/#!/api/ui.grid.service:uiGridConstants#properties_filter)

I have tried all of them, but there nothing like NOT_IN filter I want filter out some values from Grid, I am not using any select options here just filter them out is the requirement

Guia do colaborador