-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
STSMACOM-468: Enabled <ColumnManager> in the results list #1339
base: master
Are you sure you want to change the base?
Conversation
…rt> and removed the previous implementation.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The search results pane does not properly display results for me on this branch. I suspect this is actually a problem with the SSC PR rather than anything here in ui-inventory, but I don't think we can merge this until that's resolved.
Note in the screenshot that result-rows are present in the DOM (it's clipped, but the results-pane title shows "268 records found") but the <a>
elements have no text content and the DOM-inspector shows 0 height.
Kudos, SonarCloud Quality Gate passed! |
Test errors found. See https://jenkins-aws.indexdata.com/job/folio-org/job/ui-inventory/job/PR-1339/13/ |
Kudos, SonarCloud Quality Gate passed! |
https://issues.folio.org/browse/STSMACOM-468
Purpose
This is a follow-up PR for the work done in STSMACOM-468.
We recently added the
<ColumnManager>
component which can be used for toggling and persisting the visibility of columns in a<MultiColumnList>
. This component is built into the<SearchAndSort>
and can be activated and utilized with very little effort.While working on STSMACOM-468 I tested the implementation in various modules including ui-inventory.
Test the changes here:
https://folio-styling.testing.samhaeng.com/inventory
Approach
I enabled the
<ColumnManager>
via.<SearchAndSort>
, removed the existing logic/UI since it's now redundant and updated the related tests.Pre-Merge Checklist
Before merging this PR, please go through the following list and take appropriate actions.