We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I wrote about this issue on the stackoverflow. I try to change a metric label in footer
I use customFooterOptions to change metric label in this way
this.gridOptions = {showCustomFooter: true, customFooterOptions: { metricTexts: { items: 'myItems', of: 'myOf', } } }
I expected see "2 myOf 2 myItems" in my footer
Nothing changes. I see default text in footer
The text was updated successfully, but these errors were encountered:
fix(footer): custom footer metric texts could not be changed, fixes #470
d0edeb5
- fixes #470
2681596
(#472) - fixes #470 Co-authored-by: Ghislain Beaulac <ghislain.beaulac@se.com>
This is now fixed in latest version 2.18.x.
Please upvote ⭐ if you haven't already. Cheers
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
I'm submitting a Bug report
Your Environment
Describe the Bug
I wrote about this issue on the stackoverflow.
I try to change a metric label in footer
Steps to Reproduce
I use customFooterOptions to change metric label in this way
Expected Behavior
I expected see "2 myOf 2 myItems" in my footer
Current Behavior
Nothing changes. I see default text in footer
The text was updated successfully, but these errors were encountered: