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

[tree view] Pagination support #14360

Open
rasmusjosefsson-outreach opened this issue Aug 27, 2024 · 1 comment
Open

[tree view] Pagination support #14360

rasmusjosefsson-outreach opened this issue Aug 27, 2024 · 1 comment
Labels
component: tree view TreeView, TreeItem. This is the name of the generic UI component, not the React module! new feature New feature or request

Comments

@rasmusjosefsson-outreach
Copy link

rasmusjosefsson-outreach commented Aug 27, 2024

Summary

I was wondering if there are any plans or existing functionality for implementing a paginated tree view, allowing for loading additional nodes dynamically as needed.

In short what Im looking for is a tree component that has the following capabilities, while the two later seems to be possible already in MUI-X

  • Pagination support
  • Drag and drop support
  • Virtualization support

Examples

├── Child Node 1
│   ├── Subchild 1.1
│   ├── Subchild 1.2
│   └── [Load More]  <-- This loads more subchildren under Child Node 1
├── Child Node 2
│   ├── Subchild 2.1
│   ├── Subchild 2.2
│   └── [Load More]  <-- This loads more subchildren under Child Node 2
│└── Child Node 3
│    └── Subchild 3.1
└ [Load More] <-- This loads more root nodes

Motivation

Large set of data that requires pagination support is currently not supported out of box.

Search keywords: Pagination, Tree

@rasmusjosefsson-outreach rasmusjosefsson-outreach added new feature New feature or request status: waiting for maintainer These issues haven't been looked at yet by a maintainer labels Aug 27, 2024
@michelengelen michelengelen changed the title [TreeView] Pagination support [tree view] Pagination support Aug 27, 2024
@michelengelen
Copy link
Member

michelengelen commented Aug 27, 2024

This is kind of related to #9685 (at least for the virtualization) ... but not quite.
I'll add this to the board as a feature request!
Thanks for opening! 👍🏼

@michelengelen michelengelen added component: tree view TreeView, TreeItem. This is the name of the generic UI component, not the React module! and removed status: waiting for maintainer These issues haven't been looked at yet by a maintainer labels Aug 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: tree view TreeView, TreeItem. This is the name of the generic UI component, not the React module! new feature New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants