feedback-request: is this the better method for virtualized <table> with fixed height ?
#1071
Unanswered
tresorama
asked this question in
Show and tell
Replies: 0 comments
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.
-
CodeSandbox
The method is to use two
<table>:theadtbodypart (this is the virtualized one)And the tbody virtualization is achieved with:
trwith dynamicheightthat represent the out of window sizebeforetr's virtualizedtrwith dynamicheightthat represent the out of window sizeafterNote:
Is this the better method ?
Beta Was this translation helpful? Give feedback.
All reactions