can the label accept a widget

Issue #9 resolved
Ping Woo created an issue

Basically, I am trying to make my tree view like if click on chevron it will expand or collapse, if click on label(widget), will route to my detail pages.

right now I couldn’t differentiate the click, any idea?

Comments (1)

  1. Kevin Armstrong

    Hi Pong Woo. This behavior is actually in the widget already. Set the allowParentSelect property on the TreeView to true.

  2. Log in to comment