We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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' }, ] });
트리생성은 이렇습니다.
The text was updated successfully, but these errors were encountered:
maybe this solution will solve your problem click
Sorry, something went wrong.
No branches or pull requests
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'
},
]
});
트리생성은 이렇습니다.
The text was updated successfully, but these errors were encountered: