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

feat: POC - virtual tree with full scrolling #1609

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Jinnie
Copy link
Contributor

@Jinnie Jinnie commented Nov 4, 2024

Tree virtual scrolling POC.
Done to test performance of a possible migration to automatically flattened tree.
This POC helps prove that there is no improvement in performance if we want to keep the current declarative API.
The POC has many visual glitches, but they are irrelevant as long as the basic performance goals are not met.
Proceeding with fully virtualized tree is only feasible in a new component with a new model-driven API.

PR Checklist

Please check if your PR fulfills the following requirements:

  • Tests for the changes have been added (for bug fixes / features)
  • Docs have been added / updated (for bug fixes / features)
  • If applicable, have a visual design approval

PR Type

What kind of change does this PR introduce?

  • Bugfix
  • Feature
  • Code style update (formatting, local variables)
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • CI related changes
  • Documentation content changes
  • Other... Please describe:

What is the current behavior?

Issue Number: CDE-2320

What is the new behavior?

Does this PR introduce a breaking change?

  • Yes
  • No

Other information

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

Successfully merging this pull request may close these issues.

3 participants