inline edit에서 type을 해당 컬럼의 값에따라 변경 할수 있을까요?

columns = columns.concat([
{key :“gb” , label: “구분” , width : 100 , align:“center”, editor :{type : “date”}}
]);

editor type을 해당 컬럼 값의 따라서 변경 하고싶은데요…
어떤 방법을 이용 해야하나요?