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

fix: Set column label in feature grid through customizeAttribute #10638

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jdugh
Copy link
Contributor

@jdugh jdugh commented Oct 28, 2024

Description

What kind of change does this PR introduce? (check one with "x", remove the others)

  • Bugfix
  • Feature
  • Code style update (formatting, local variables)
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • CI related changes
  • Other... Please describe:

Issue

This PR allow developer to change column label in featureGrid.
But, with the new 'title' column, this feature is broken.

So, move label from name to title.

Breaking change

This feature is originally to change the label of columns. If a developer used it to change the 'name', which is no longer used today for the columns label, the 'name' is no longer modified by the label but keeps its original value. It is the title which now takes the value of the label.

Other useful information

I can keep the original override name valeur by the label, but it doesn't make sense anymore.

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.

1 participant