Skip to content
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

#19879: supported column customization for tables #20049

Merged
merged 14 commits into from
Mar 5, 2025

Conversation

Ashish8689
Copy link
Contributor

@Ashish8689 Ashish8689 commented Mar 3, 2025

Describe your changes:

Fixes #19879

  • I worked on supporting column customization for tables in the Table Component Generic for All.
  • Added 3 new Props in the Table Component staticVisibleColumns, defaultVisibleColumns and extraTableFilters

Props :

  • defaultVisibleColumns : Column that will be visible
  • staticVisibleColumns : Customization will not be available on this columns
  • extraTableFilters: Filter that will be aligned with the column filter
Screen.Recording.2025-03-03.at.4.01.01.PM.mov

Type of change:

  • Bug fix
  • Improvement
  • New feature
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation

Checklist:

  • I have read the CONTRIBUTING document.
  • My PR title is Fixes <issue-number>: <short explanation>
  • I have commented on my code, particularly in hard-to-understand areas.
  • For JSON Schema changes: I updated the migration scripts or explained why it is not needed.

Copy link
Contributor

github-actions bot commented Mar 3, 2025

Jest test Coverage

UI tests summary

Lines Statements Branches Functions
Coverage: 63%
63.55% (42118/66276) 38.69% (16523/42703) 43.1% (5054/11727)

Copy link

sonarqubecloud bot commented Mar 5, 2025

@Ashish8689 Ashish8689 merged commit d8255b4 into main Mar 5, 2025
16 of 18 checks passed
@Ashish8689 Ashish8689 deleted the column-customization-table branch March 5, 2025 11:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
safe to test Add this label to run secure Github workflows on PRs UI UI specific issues
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Column Customization dropdown options for Tables just like Glossary Table
2 participants