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

Add support for tree data in aggrid #628

Closed
bigfatwhale opened this issue Nov 26, 2022 · 1 comment
Closed

Add support for tree data in aggrid #628

bigfatwhale opened this issue Nov 26, 2022 · 1 comment
Assignees
Labels
Milestone

Comments

@bigfatwhale
Copy link

bigfatwhale commented Nov 26, 2022

Add support for tree-styled data in aggrid. See here for aggrid documentation of the feature.

I think we just need to update the logic here -> https://github.com/justpy-org/justpy/blob/master/justpy/templates/js/vue/aggrid.js#L18. The following code should work,

if (key==='getDataPath')) { eval('def[key] = ' + def[key]); }

@bigfatwhale
Copy link
Author

@WolfgangFahl WolfgangFahl self-assigned this Aug 4, 2023
@WolfgangFahl WolfgangFahl added this to the 0.13 milestone Aug 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants