반응형
포럼에 내가 찾는 것과 비슷한 글을 보았다.
You can use the update cell event for this....
just check the arguments for this event ..it ihink you will get the solution
Ps : This Will make ur app slow ... Try using the client side events and ajax functions for a better solution
역시 Client-Side에서 JavaScript로 해결해야 할거 같다.
Column을 Formula로 지정하였지만, 다시 Cell 값이 수정되면 계산이 다시 갱신 되어야 하는 데
다시 조회하거나 포뮬러를 재호출하면 값은 갱신되지만 프로그램이 느려진다.
js로 처리를 해야 하는 거다. js부분을 작성하기 싫어서 Formula로 작성을 한거지만 또 작성을 해야 하는거다.