TIL
[TIL] 0328 ag grid 기본 옵션들 설명
자바칩 프라푸치노
2022. 4. 1. 15:17
1. ag grid 기본 옵션들
✏︎ columnGroupShow: 'closed'
- open이면 화살표가 생기면서 옆으로 늘어날 때 오픈되고 closed면 closed되었을때 노출됨
✏︎ resizable: true,
- 컬럼 사이즈를 조정할 수 있는지 없는지
✏︎ editable: false,
- 셀을 수정할 수 있는지
✏︎ sortable: true,
- 컬럼 자체에서 소팅가능한지
✏︎ enableRowGroup: true,
- 로우 그룹을 지정할 수 있는지
✏︎ enablePivot: true,
- 피봇 기능 가능한지
✏︎ enableValue: true,
- 컬럼에 function을 지정해서 값을 보여줄 수 있는지
✏︎ floatingFilter: true,
- 컬럼 헤더 바로밑에 필터가 있는지
✏︎ filter: 'agTextColumnFilter',
- 플로팅 필터의 종류
✏︎ filterParams: { newRowsAction: 'keep' }
React Data Grid: Provided Filters
This section describes the functionality common to all filters that are provided by the grid. Download v27 of the best React Data Grid in the world now.
www.ag-grid.com
728x90