0

I need to call a method whenever expand button of master row in treetable, is clicked. How can i achieve it? I put image link in nodestamp , but method bind in its action listner is not getting fired.

User404
  • 2,152
  • 2
  • 27
  • 35
Vishal Thakur
  • 141
  • 4
  • 16

1 Answers1

1

You might try selectionlistener or rowdisclosurelistener instead. Check docs here.

Joe
  • 3,337
  • 1
  • 14
  • 11