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

Inroduce survey.lazyRendering property #2770

Closed
andrewtelnov opened this issue Apr 5, 2021 · 0 comments
Closed

Inroduce survey.lazyRendering property #2770

andrewtelnov opened this issue Apr 5, 2021 · 0 comments
Milestone

Comments

@andrewtelnov
Copy link
Member

We have the global settings.lazyRowsRendering. We need this property on the survey level:
/**

  • By default all rows are rendered no matters if they are visible or not.
  • Set it true, and survey markup rows will be rendered only if they are visible in viewport.
  • This feature is experimantal and might do not support all the use cases.
    */
    public lazyRendering: boolean;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant