Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

그리드 셀 input태그와 select박스 표시 방법 #2047

Open
ljh1418 opened this issue Jul 1, 2024 · 1 comment
Open

그리드 셀 input태그와 select박스 표시 방법 #2047

ljh1418 opened this issue Jul 1, 2024 · 1 comment
Labels

Comments

@ljh1418
Copy link

ljh1418 commented Jul 1, 2024

화면에 resetData 함수를 사용해서 렌더링하고 있습니다.
데이터를 조회하였을때 type:select,text 값이면 표현하고싶은 화면처럼 화면을 렌더링 하고 싶습니다.
셀 더블클릭 및 셀 엔터 키 말고 다른 방법은 없을까요?

▶ 조회하는 기본화면
image

▶ 표현하고싶은 화면
image

@HIMZ5221
Copy link

에디팅 시작 이벤트가 먹어야 input 렌더링이 시작되는 방식이라, 어렵지 않을까요?

조금 다른 방식으로, 그리드 선언할 때, editingEvent를 click으로 해서 더블클릭하지 않아도 editingStart 가 되는 건 어떨까요
그리고 css로 특정컬럼의 그림을 그리면, 같은 그림은 나올수도 있겠네요..
new tui.Grid({editingEvent : 'click'})

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants