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

Leaf icon for Tree View #56

Open
juliostanley opened this issue Apr 4, 2017 · 1 comment
Open

Leaf icon for Tree View #56

juliostanley opened this issue Apr 4, 2017 · 1 comment

Comments

@juliostanley
Copy link

Hi,

Based on the comment at
https://github.com/openfin/fin-hypergrid-data-source-base/blob/master/index.js#L17

The code at:
https://github.com/openfin/hyper-analytics/blob/master/js/DataSourceTreeview.js#L237

Should take into consideration, that __EXPANDED will be undefined for the leaf node, and should match against the empty string, not open or close. This fixes the issue where a leaf row, displays an icon in hypergrid

@juliostanley
Copy link
Author

Here is the deletion of the property for leaf rows.

https://github.com/openfin/hyper-analytics/blob/master/js/DataSourceTreeview.js#L192

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

1 participant