💻IT

[jqxGrid] cellsrenderer not working (callback function not called)

gom20 2022. 1. 27. 17:34

문제

jqxGrid cell을 커스텀하게 render할 필요가 있어서, column property에 cellsrenderer를 추가하여 콜백 함수를 설정

그런데 별짓 다 해봐도 cellsrenderer로 설정한 콜백함수가 호출되지 않음

해결

cellsformat, cellclassname, cellalign 등등 property를 하나씩 빼보면서 테스트 해봄.

결국 type='number' 제거하니 호출되는 것 확인.

When you want to use "cellsrenderer" property, don't use "type" property at the same time.