react 썸네일형 리스트형 React Ag-Grid onCellValueChanged로 특정 값 세팅 했을 때 Grid에 제대로 반영되지 않았을 경우 해결 방법 React Ag-Grid onCellValueChanged로 특정 값 세팅 했을 때 Grid에 제대로 반영되지 않았을 경우 해결 방법 node.data.qty = calQty; ==> 이전 값이 보임 node.data['qty'] = calQty; ==> 이전 값이 보임. node.setDataValue('qty', calQty); ==> 정상적으로 보여짐. 또는 enableCellChangeFlash={true} 옵션 추가 https://www.ag-grid.com/react-data-grid/view-refresh/ React Data Grid: View Refresh The grid has change detection. Download v30 of the best React Data Grid in.. 더보기 이전 1 다음