khan4019 / tree-grid-directive

Need one or more maintainer for this! comment or email me if you are interested
http://khan4019.github.io/tree-grid-directive/test/treeGrid.html
347 stars 183 forks source link

Adjusting the select logic #62

Open bgildson opened 9 years ago

bgildson commented 9 years ago

Adjusting events related to select branch, click branch, expand branch and collapse branch. onSelect (select brach): was removed; onClick (click branch): was changed to call function setted in onClick... this will be executed when the user click in the expanding property. onExpand (expand branch): was added event to when the user expand the brach. onCollapse (collapse brach): was added event to when the user collapse the brach.

The test page was changed to response the last alterations.

TrueDub commented 8 years ago

@gildson if you're still active on this, could you tell us what this is designed to fix or improve, please?

bgildson commented 8 years ago

Hi, @TrueDub, in my project I load my itens by server requests and the "tree-grid-directive" have not the expand/collapse events then I add this events.

TrueDub commented 8 years ago

Please update the merge conflicts, then I'll pull your code and have a look. Thanks