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
scrollBuffer in vertical collection is item count, and in ember light table is in pixels.
scrollBuffer
Luckily we allow the definition of estimatedRowHeight, so we can use that to translate from pixels to item count
estimatedRowHeight
The text was updated successfully, but these errors were encountered:
fix(occlusion): pass bufferSize based on scrollBuffer
6ac772a
Closes #485.
b93f067
No branches or pull requests
scrollBuffer
in vertical collection is item count, and in ember light table is in pixels.Luckily we allow the definition of
estimatedRowHeight
, so we can use that to translate from pixels to item countThe text was updated successfully, but these errors were encountered: