Replies: 1 comment 1 reply
-
VirtualizedTable의 API는 Table과 동일하게 가는 걸까요 ? 사용법이 달라진다거나 뭔가 추가적으로 필요한 속성은 따로 없는지 궁금합니다 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Summary
페이지네이션 없이 대량의 row 데이터를 렌더링 하기 위한 Virtualized Table 을 구현합니다.
Background
기존 Table 에는 페이지네이션 없이 대량의 row 데이터 렌더링에 최적화가 되어있지 않습니다.
2023-04-21.11.38.22.mov
Implementation
Virtuoso 라이브러리를 활용해 기존 Table 의 Header, Data 부분을 나누어 구현
usage
height(default: 500)
Beta Was this translation helpful? Give feedback.
All reactions