You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
조금 다른 방식으로, 그리드 선언할 때, editingEvent를 click으로 해서 더블클릭하지 않아도 editingStart 가 되는 건 어떨까요
그리고 css로 특정컬럼의 그림을 그리면, 같은 그림은 나올수도 있겠네요..
new tui.Grid({editingEvent : 'click'})
화면에 resetData 함수를 사용해서 렌더링하고 있습니다.
데이터를 조회하였을때 type:select,text 값이면 표현하고싶은 화면처럼 화면을 렌더링 하고 싶습니다.
셀 더블클릭 및 셀 엔터 키 말고 다른 방법은 없을까요?
▶ 조회하는 기본화면
▶ 표현하고싶은 화면
The text was updated successfully, but these errors were encountered: