Skip to content
New issue

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

[EuiDataGrid] Expose prop to control number of prefetched rows for virtualized scrolling #4795

Closed
flash1293 opened this issue May 12, 2021 · 1 comment · Fixed by #4958
Closed

Comments

@flash1293
Copy link
Contributor

Right now it's not possible to control how many rows of the virtualized table body get preloaded and the current settings are pretty conservative in pre-rendering rows.

As it depends on the certain context whether more pre-rendering makes sense, we should allow the consumer to control this setting by setting a prop on the data grid.

@chandlerprall
Copy link
Contributor

This new prop should probably accept all the options for VariableSizeGrid and pass them through.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants