How to programmatically display the column picker on a tree

Talk about add-ons and extension development.
Post Reply
poleta33
Posts: 120
Joined: October 14th, 2004, 2:06 pm

How to programmatically display the column picker on a tree

Post by poleta33 »

Hi all

my question is in the title, which function should I trigger ?

thanks
lithopsian
Posts: 3664
Joined: September 15th, 2010, 9:03 am

Re: How to programmatically display the column picker on a t

Post by lithopsian »

The picker shows by default. It can be hidden using the hidecolumnpicker attribute on the tree element.
poleta33
Posts: 120
Joined: October 14th, 2004, 2:06 pm

Re: How to programmatically display the column picker on a t

Post by poleta33 »

thanks, but I want to show it according to certains actions... aren't there any myTree.displayColumnPicker() ?
lithopsian
Posts: 3664
Joined: September 15th, 2010, 9:03 am

Re: How to programmatically display the column picker on a t

Post by lithopsian »

Just change the attribute. You don't need a function.
poleta33
Posts: 120
Joined: October 14th, 2004, 2:06 pm

Re: How to programmatically display the column picker on a t

Post by poleta33 »

yes I need a function : I want to show the column picker if I right-click on the column header...
Post Reply