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

4000 줄 정도 되는 트리에서 접었다 펼칠때 프리즈 문의 #2070

Open
SonJungSik opened this issue Oct 8, 2024 · 0 comments
Open
Labels

Comments

@SonJungSik
Copy link

SonJungSik commented Oct 8, 2024

Version
4.21.22

밑에 와 같이 많은 수의 로우를 접었을때는 문제가 없으나 다시 펼때 시간이 거의 한 1~2분정도 걸립니다.
이상한게 처음 조회 시에는 속도가 빠르다는거죠 가져온 데이터를 다시 펴는건데 왜이리 느린지 모르겠습니다.

grid = new tui.Grid({
el: document.getElementById('grid'),
data: dataSource,
scrollX: false,
scrollY: true,
bodyHeight: 'fitToParent',
rowHeaders: ['rowNum','checkbox'],
treeColumnOptions: {
name: 'objNm',
useCascadingCheckbox:
},
columns: [
{
header: '리소스명',
name: 'objNm'
},
]
});

트리생성은 이렇습니다.

image

@YeharaDananjaya
Copy link

maybe this solution will solve your problem 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