TIL

[TIL] 20220223 ag grid cell render, validation

자바칩 프라푸치노 2022. 3. 3. 00:11

1. AG GRID select cell Render

2022.02.23 - [WEB/REACT] - [REACT] ag grid editable select box renderer

 

[REACT] ag grid editable select box renderer

오늘은 이렇게 ag grid에서 수정 버튼을 누르면 select box가 활성화되어 값을 변경할 수 있도록 구현해보겠습니다 1. cell Renderer 지정해주기 애초에 데이터를 받아올 때 휴직, 재직이라는 값을 받아

sso-feeling.tistory.com

 

2. ag grid validation

https://blog.ag-grid.com/user-input-validation-with-ag-grid/

 

Synchronous and asynchronous input validation with ag-Grid

In this post we will implement asynchronous and synchronous user input validation in ag-Grid. We've illustrated both of these cases with sample code you can easily reuse.

blog.ag-grid.com

 

728x90