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

Metric labels with custom text are not showing as expected #470

Closed
pwidanka opened this issue May 25, 2020 · 1 comment · Fixed by #472
Closed

Metric labels with custom text are not showing as expected #470

pwidanka opened this issue May 25, 2020 · 1 comment · Fixed by #472
Labels

Comments

@pwidanka
Copy link

pwidanka commented May 25, 2020

I'm submitting a Bug report

Your Environment

Software Version(s)
Angular 9.0
Angular-Slickgrid 2.18.6
TypeScript 3.75

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

this.gridOptions = {showCustomFooter: true,
  customFooterOptions: {
    metricTexts: {
      items: 'myItems',
      of: 'myOf',
    }
  }
}

Expected Behavior

I expected see "2 myOf 2 myItems" in my footer

Current Behavior

Nothing changes. I see default text in footer

@ghiscoding ghiscoding changed the title Metric label Metric labels with custom text are not showing as expected May 26, 2020
@ghiscoding ghiscoding added the bug label May 26, 2020
ghiscoding added a commit that referenced this issue May 26, 2020
 (#472)

- fixes #470

Co-authored-by: Ghislain Beaulac <ghislain.beaulac@se.com>
@ghiscoding
Copy link
Owner

This is now fixed in latest version 2.18.x.

Please upvote ⭐ if you haven't already.
Cheers

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
2 participants