uiGrid 필드의 사용 가능한 모든 uiGridConstants를 한 곳에서 문서화하는 링크가 누락 되었습니까? columnDefs 필터에서 작업 중이며 EQUAL이 작동하지 않는다는 것을 알았습니다. 그 때 uiGridConstants의 모든 조건 상수에 대한 중앙 문서가 없다는 것을 깨달았습니다.uiGridConstants.filter에서 사용할 수있는 조건 상수는 무엇입니까?
columnDefs:
[ { }
, { field: '_pointXID', filter
: {
condition: uiGridConstants.filter.CONTAINS, placeholder: '%PATTERN%'
}, headerCellClass: $scope.whatfilter}
, { field: '_statU16', width: "5%", filter
: {
condition: uiGridConstants.filter.EQUAL, placeholder: '=='
}, headerCellClass: $scope.whatfilter}
, { field: '_valDoub', width: "5%", enableFiltering: false }
]
평등하지 않은 사람이 누구인지 어떻게 알 수 있습니까?!
그래서 유효하지 않은 경우 아무것도 간다, 당신의 질문은 무엇인가? –
나는 질문을 편집했다. –