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

인피니트 스크롤 구현 이후에 데이터 저장 질문 #2056

Open
ljh1418 opened this issue Aug 14, 2024 · 1 comment
Open

인피니트 스크롤 구현 이후에 데이터 저장 질문 #2056

ljh1418 opened this issue Aug 14, 2024 · 1 comment
Labels

Comments

@ljh1418
Copy link

ljh1418 commented Aug 14, 2024

scrollEnd를 사용해서 스크롤이 내려가면 appendRows()가 되도록 설정하였습니다.

그런데 appendRows()를 사용하면 조회되는 순간부터 모든 행이 생성으로 인식되어서 getModifiedRows()함수에서 생성 수정 삭제 인식이 되지 않는 현상이 나타나고 있습니다.

어떤식으로 접근하면 좋을지 질문드립니다.

@HIMZ5221
Copy link

HIMZ5221 commented Aug 19, 2024

tui-grid JS를 개조하는 방법이 있습니다.

  1. appendRows 함수에서 modifyed CREATE 기능 차단
  2. clearModifiedData() 함수작동시 발생하는 clear() 함수속에 clearSpecificRows()를 활용한 로직 추가, (clearSpecificRows() : 특정행 부터 특정행까지 modify데이터 삭제)

또는, appendRows 시에, clearModifiedData("CREATE") 실행

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