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

CLDN-2447 Add suppressFieldDotNotation flag to ag grid #391

Merged
merged 2 commits into from
Feb 1, 2024

Conversation

cccs-RyanK
Copy link
Member

SUMMARY

Columns with '.' in them do not show up properly in AG-Grid due to it trying to use Field Dot Notation: https://www.ag-grid.com/javascript-data-grid/column-definitions/#accessing-row-data-values. I do not think it is even possible to use this feature in superset so I think it is best to disable it.

This PR adds the suppressFieldDotNotation flag to the ag grid component to avoid this behavior and properly render column names with '.' in them.

BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF

TESTING INSTRUCTIONS

ADDITIONAL INFORMATION

  • Has associated issue:
  • Required feature flags:
  • Changes UI
  • Includes DB Migration (follow approval process in SIP-59)
    • Migration is atomic, supports rollback & is backwards-compatible
    • Confirm DB migration upgrade and downgrade tested
    • Runtime estimates and downtime expectations provided
  • Introduces new feature or API
  • Removes existing feature or API

@cccs-RyanK cccs-RyanK closed this Feb 1, 2024
@cccs-RyanK cccs-RyanK reopened this Feb 1, 2024
@cccs-RyanK cccs-RyanK closed this Feb 1, 2024
@cccs-RyanK cccs-RyanK reopened this Feb 1, 2024
@cccs-RyanK cccs-RyanK merged commit 445ab53 into cccs-2.1 Feb 1, 2024
2 checks passed
@cccs-RyanK cccs-RyanK deleted the fix/CLDN-2447-suppressFieldDotNotation branch February 1, 2024 19:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants