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.