-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Feat: Support for column customization for Glossary term table #18584
Feat: Support for column customization for Glossary term table #18584
Conversation
Hi there 👋 Thanks for your contribution! The OpenMetadata team will review the PR shortly! Once it has been labeled as Let us know if you need any help! |
.../ui/src/components/Glossary/GlossaryColumnsSelectionDropdown/DraggableMenuItem.component.tsx
Outdated
Show resolved
Hide resolved
.../ui/src/components/Glossary/GlossaryColumnsSelectionDropdown/DraggableMenuItem.component.tsx
Outdated
Show resolved
Hide resolved
.../ui/src/components/Glossary/GlossaryColumnsSelectionDropdown/DraggableMenuItem.component.tsx
Outdated
Show resolved
Hide resolved
.../ui/src/components/Glossary/GlossaryColumnsSelectionDropdown/DraggableMenuItem.component.tsx
Outdated
Show resolved
Hide resolved
.../src/main/resources/ui/src/components/Glossary/GlossaryTermTab/GlossaryTermTab.component.tsx
Outdated
Show resolved
Hide resolved
.../src/main/resources/ui/src/components/Glossary/GlossaryTermTab/GlossaryTermTab.component.tsx
Outdated
Show resolved
Hide resolved
.../src/main/resources/ui/src/components/Glossary/GlossaryTermTab/GlossaryTermTab.component.tsx
Outdated
Show resolved
Hide resolved
.../src/main/resources/ui/src/components/Glossary/GlossaryTermTab/GlossaryTermTab.component.tsx
Outdated
Show resolved
Hide resolved
.../src/main/resources/ui/src/components/Glossary/GlossaryTermTab/GlossaryTermTab.component.tsx
Outdated
Show resolved
Hide resolved
The Python checkstyle failed. Please run You can install the pre-commit hooks with |
The Python checkstyle failed. Please run You can install the pre-commit hooks with |
The Python checkstyle failed. Please run You can install the pre-commit hooks with |
The Python checkstyle failed. Please run You can install the pre-commit hooks with |
The Python checkstyle failed. Please run You can install the pre-commit hooks with |
The Python checkstyle failed. Please run You can install the pre-commit hooks with |
Quality Gate passed for 'open-metadata-ui'Issues Measures |
This PR introduces enhancements to the Glossary Term table, adding support for column customization and improving the status filtering mechanism. The following features have been implemented:
Column Selection via Dropdown: Users can choose which columns to display in the Glossary Term table using a dropdown menu, allowing for a more customized table view.
Rearrangement of Columns: Users can rearrange the columns in the table by dragging and dropping them to their desired positions within the column selection dropdown.
Addition of Two New Columns: The Glossary Term table now includes two new columns: Synonyms and Reviewers, providing additional term-related information.
Fixed "Name" Column: The "Name" column is now fixed and cannot be hidden, ensuring it remains visible at all times while users customize the other columns.
Table-Level Status Filtering with Dropdown: The column-level filtering for status has been removed and replaced with a table-level filter. Users can now filter by status using a dropdown selection at the top of the table, making it easier to manage status-based filtering.
Feature Demo: Column Customization in Glossary
Screen.Recording.2024-11-12.at.12.54.00.PM.1.mov
Feature Demo: Table-Level Status Filtering
Screen.Recording.2024-11-12.at.5.05.41.PM.mov
Type of change:
Checklist:
Fixes <issue-number>: <short explanation>