Problem with panes options in the views
search cancel

Problem with panes options in the views

book

Article ID: 425459

calendar_today

Updated On:

Products

Clarity PPM On Premise Clarity FedRAMP Clarity PPM SaaS

Issue/Introduction

As soon as the user starts interacting with the content in the grid in MUX, such as opening a project grid and returning to the list view, or opening the "Detail" tab, the firsts two or three columns switch positions between the panes. 

Steps to Reproduce: 

  1. Login to MUX and Navigate to any workspace.
  2. For testing we are going to use Project Workspace
  3. Pin some of the columns on the left side and open the details pane 

Expected Results: The pinned column position should be honored while working on the view and state of the view is unsaved.  

Actual Results: The issue occurs when certain columns in the list view are pinned to the left and the Details (or Columns) panel is opened, such that the combined width of the pinned columns and the Details panel exceeds the browser window width. This can also occur when the browser window is resized and the width of the pinned columns alone exceeds the available window width.

Environment

Clarity All Supported Versions 

Cause

DE181286

The grid width shrinks when resizing or opening the details flyout, causing some columns to unpin based on available size. This is the default behavior of the AG Grid library. It is designed so that pinned containers remain fixed while the single horizontal scrollbar at the bottom controls the central, non-pinned columns

Resolution

Potential Workarounds:

  • Refresh the page and the views gets fixed
  • Saving the view again and pinning back the columns 

The way grids work currently is working as designed