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

Clickable row #115

Closed fcpauldiaz-erealabs closed 7 years ago

fcpauldiaz-erealabs commented 8 years ago

How can I make the whole row clickable and not just the icon?

JFernandoSE commented 7 years ago

You can do this: on-click="vm.my_tree_handler(branch)" in the tree-grid definition

fcpauldiaz-erealabs commented 7 years ago

Thanks @JFernandoSE