feedback-request: is this the better method for virtualized <table> with fixed height ?
#1071
Unanswered
tresorama
asked this question in
Show and tell
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 ?
All reactions