테이블 데이터를 상황에 따라서 변경

테이블에 보여진 데이터를 갖고 값에 따라서 구분을 하고 싶습니다.
예를 들면 typeSub의 값이 11이면 A, 12이면 B, 13이면 C 이러한 식으로 변경하여 구분 컬럼에 A,B,C 값을 넣고 싶습니다.
이것에 대해 방법을 알 수 있을까요?

Hey @jungsu!

Unfortunately, we only offer support in English at the moment :pensive: I'll do my best here though!

If you want the classification column to be read-only you can try using a custom column with a transformer and the currentRow variable:

Could that work? Otherwise, would you mind sharing a bit more about what you're trying to do?