Skip to content

Dash AG Grid Table using Tree Data #376

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

Open
BalaNagendraReddy opened this issue May 9, 2025 · 2 comments
Open

Dash AG Grid Table using Tree Data #376

BalaNagendraReddy opened this issue May 9, 2025 · 2 comments

Comments

@BalaNagendraReddy
Copy link

BalaNagendraReddy commented May 9, 2025

Hi Team,

I would like to display tree data by loading only one next-level at a time instead of fetching all levels at once, which leads to high loading time. How can I achieve this efficiently?

For Example, We have data like below

Erica Rogers
	Malcolm Barrett
		Esther Baker
			Brittany Hanson
				Leah Flowers
				Tammy Sutton
			Derek Paul
		Francis Strickland
			Morris Hanson
			Todd Tyler
			Bennie Wise
			Joel Cooper

If the user select or clicks on Esther Baker then only next level(direct employees Brittany Hanson and Derek Paul) to be loaded.

Sample Code: https://dash.plotly.com/dash-ag-grid/enterprise-tree-data

@BSd3v
Copy link
Collaborator

BSd3v commented May 9, 2025

Hello @BalaNagendraReddy,

You should be able to do something like this:

https://www.ag-grid.com/react-data-grid/server-side-model-tree-data/

@BalaNagendraReddy
Copy link
Author

Hi @BSd3v,

Iam not that much familiar with the concepts of Javascript and React.

Could you please direct any python related link or share the sample code to do the same.

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

No branches or pull requests

2 participants