본문 바로가기
카테고리 없음

[ag-grid] Grid System Framework-1(작성중...)

by somlang_bba 2021. 12. 3.
728x90

 

회사에서 Angular에 그리드에 유용한 ag-grid를 접목해서 사용중이다.

 

따라서 ag-grid에 대해서 공부해보면서 하루에 하나씩 이해해 보려한다.

 

공식 홈페이지를 보면서 하나씩 따라해보자!

 

공식 홈페이지 : https://www.ag-grid.com/

 

AG Grid: High-Performance React Grid, Angular Grid, JavaScript Grid

AG Grid is a feature rich datagrid designed for the major JavaScript Frameworks. Version 25 is out now. Easily integrate into your application to deliver filtering, grouping, aggregation, pivoting and much more with the performance that your users expect.

www.ag-grid.com

 

 

1. ag-grid를 프로젝트에 추가하는 방법

 

angular는 angular-cli라는 강력한 도구가 있어서 다른 프레임워크보다는 수월하게 ag-grid를 프로젝트에 추가할 수 있다.

728x90