Button Dropdown

This public forum is for user-to-user discussions of PHPMaker. Note that this is not support forum.
Post Reply
digitalphotoworld
User
Posts: 416
Location: Nürnberg/Germany

Button Dropdown

Post by digitalphotoworld »

In tablesetup I use Button Dropdown. My problem is that I'am using ListOptions Load event to add a column that shows the gender. Now the symbol for the gender is moved to the button dropdown, too.
Is it possible to exclude columns to be moved to button dropdown?


Webmaster
User
Posts: 9438

Post by Webmaster »

Disable the item's ShowInDropDown attribute:
$item->ShowInDropDown = FALSE;


Post Reply