Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Portal Column Header

    Is there any way to create a custom header for portal columns? I know there is a default version that can add/remove columns that can be shown using the code below. But I would like the ability to change how it looks and possibly add my own menu items.

    Code:
    portal.setShowColumnMenus(true);
    Thanks,
    Chris

    #2
    Any resolution for this?

    I realize this is an old thread, however, I didnt see any response. I have the same desire to do exactly this. My reasons is that when the removeColumn method is fired, I need to fire a custom event to handle some things I am doing on the page.

    Comment

    Working...
    X