ColumnFilterCollection
ColumnFilter 의 콜렉션 모델
Signature:
export interface ColumnFilterCollection
Properties
Property | Type | Description |
---|---|---|
activeCount | number | 컬럼에 등록 된 활성화된 필터의 갯수 |
count | number | 컬럼에 등록된 필터의 갯수 |
isVisible | boolean | 컬럼에 등록된 필터들의 표시 여부 |
items | ColumnFilter[] | 컬럼에 등록 된 필터 배열 |
Properties Desc
activeCount
컬럼에 등록 된 활성화된 필터의 갯수
Type
- number
count
컬럼에 등록된 필터의 갯수
Type
- number
isVisible
컬럼에 등록된 필터들의 표시 여부
Type
- boolean
items
컬럼에 등록 된 필터 배열
Type
- ColumnFilter[]