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

Fix #1559 where disabling `scrollbarV` in combination with `frozenRight` will show a transparent gap on the right side

Open dennis-f opened this issue 2 years ago • 2 comments

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

  • [x] Bugfix
  • [ ] 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? (You can also link to an open issue here) As described in #1559 and also in #2065 there is an offset, when using frozenRight on columns when disabling scrollbarV.

Before: 2022-06-07 17_54_28-ngx-datatable - Angular component for presenting large and complex data

What is the new behavior? There is no offset to the right anymore

After: 2022-06-07 17_55_00-ngx-datatable - Angular component for presenting large and complex data

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:

dennis-f avatar Jun 07 '22 15:06 dennis-f

tumbleweed-crickets-chirping

dennis-f avatar Jun 23 '22 10:06 dennis-f

Is this merged in main branch ? I am facing same issue after pulling updated version. Please let me know how to fix this issue.

Thanks in Advance

SHUBHAMDAVE001 avatar Oct 05 '23 20:10 SHUBHAMDAVE001