fin-hypergrid / hyper-analytics

MIT License
5 stars 2 forks source link

Leaf icon for Tree View #56

Open juliostanley opened 7 years ago

juliostanley commented 7 years ago

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 commented 7 years ago

Here is the deletion of the property for leaf rows.

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