arunsarin85 opened a new pull request, #9910: URL: https://github.com/apache/ozone/pull/9910
## What changes were proposed in this pull request? Implemented the below Improvements on the pipeline tab of recon: 1. Hide the fixed column from the dropdown — fix in multiSelect.tsx (benefits all pages with a fixedColumn) 2. Make Pipeline ID column sticky — add fixed: 'left' to the column in pipelinesTable.tsx. Please describe your PR in detail: Changes made 1. Hide mandatory column from the dropdown — multiSelect.tsx The fixed column (Pipeline ID) is now filtered out of the selectable options before being passed to react-select, so it never appears in the dropdown at all. 2. Sticky/frozen Pipeline ID column — pipelinesTable.tsx Added fixed: 'left' to the Pipeline ID column definition so it stays anchored to the left edge while scrolling horizontally through the other columns. ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-14823 ## How was this patch tested? <img width="1728" height="756" alt="image" src="https://github.com/user-attachments/assets/5a754efd-ac0d-4667-ae31-48d680ab913d" /> <img width="1728" height="756" alt="image" src="https://github.com/user-attachments/assets/5a754efd-ac0d-4667-ae31-48d680ab913d" /> <img width="1504" height="477" alt="image" src="https://github.com/user-attachments/assets/741d8fda-947c-4fec-8804-0086b2754fb6" /> <img width="1504" height="477" alt="image" src="https://github.com/user-attachments/assets/741d8fda-947c-4fec-8804-0086b2754fb6" /> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
