angular-ui/ui-grid

uiGridConstants.filter not in the list

已关闭

#6,904 创建于 2018年12月17日

 (0 条评论) (0 个反应) (0 位负责人)JavaScript (2,496 个派生)batch import
help wantedtype: feature

仓库指标

星标
 (5,395 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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

贡献者指南