ngx-datatable icon indicating copy to clipboard operation
ngx-datatable copied to clipboard

Allow Dev's to customise cell tooltips/title

Open LeosSire opened this issue 3 years ago • 0 comments

Using similar pipe transform for cell contents, allow devs to customise data in tooltips based on specifying pipe transform in column declaration.

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

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

What is the current behavior? Unable to customise cell tooltips/titles

What is the new behavior? Able to use pipetransform to change cell tooltip/titles

Does this PR introduce a breaking change? (check one with "x")

  • [ ] Yes
  • [ X] No

If this PR contains a breaking change, please describe the impact and migration path for existing applications: ...

Other information:

LeosSire avatar Mar 15 '22 13:03 LeosSire