Manage Columns in oj-sp-collection-container Not Hiding Columns — Cloud Customer Connect
You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Manage Columns in oj-sp-collection-container Not Hiding Columns

Summary:

I'm having trouble getting the "Manage Columns" functionality to work correctly in my oj-sp-collection-container. I have a table with a column named "DisplayName" that I want to be able to hide using the Manage Columns dialog.

Here's my current setup:

Table Columns:

[
  {
"headerText": "Name",
"field": "DisplayName",
"sortable": "enabled",
"resizable": "enabled",
"width": "20%",
"id": "DisplayName"
}, // ... other columns ]

Column Display -> Active Columns:

I have an entry with the ID "DisplayName".

The Problem:

When I deselect "DisplayName" in the Manage Columns dialog and click "OK", the column remains visible in the table. It seems like the oj-sp-collection-container is not refreshing or re-rendering the table based on the selected columns.

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!