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

grid sort (use_client 방식) #2009

Open
YounghoonYoo opened this issue Jan 7, 2024 · 0 comments
Open

grid sort (use_client 방식) #2009

YounghoonYoo opened this issue Jan 7, 2024 · 0 comments
Labels

Comments

@YounghoonYoo
Copy link

YounghoonYoo commented Jan 7, 2024

  1. DataSource를 이용한 멀티 정렬이 불가하여, 별도로 구현하고자합니다 .
  2. 다만, beforeSort, afterSort를 이용해야하는 것으로 보여집니다 .
  3. 문제는 event 호출 → 데이터 get → resetData → 정렬 아이콘 유지를 위해 grid.sort(column, asending, multiple) 호출하면
    무한루프토 이벤트가 동작하여, 데이터를 무한으로 가져오게됩니다 .
    → 무한루프트 이벤트가 정상인건 알고 있으나, 정렬 multiple 순서 아이콘 등을 유지하려면 어떻게 해야할까요?
    image

무언가 event 발생 없이 상태만 변경하는게 필요할 것 같은데 어떻게 처리하셨을까요 ?
해당 아이콘을 유지하고 싶습니다.

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

1 participant